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 126 of file array.h.

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

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

+ Here is the call graph for this function: