FastLED 3.9.15
Loading...
Searching...
No Matches

◆ swap()

template<typename T, fl::size N>
void fl::array< T, N >::swap ( array< T, N > & other)
inline

Definition at line 125 of file array.h.

125 {
126 for (fl::size i = 0; i < N; ++i) {
128 }
129 }
T data_[N]
Definition array.h:136
A fixed-size array implementation similar to std::array.
Definition array.h:27
void swap(array< T, N > &lhs, array< T, N > &rhs) noexcept(noexcept(lhs.swap(rhs)))
Definition array.h:156

References array(), data_, and fl::swap().

+ Here is the call graph for this function: