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

◆ swap()

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

Definition at line 109 of file array.h.

109 {
110 for (size_type i = 0; i < N; ++i) {
112 }
113 }
T data_[N]
Definition array.h:120
size_t size_type
Definition array.h:23
A fixed-size array implementation similar to std::array.
Definition array.h:19
void swap(array< T, N > &lhs, array< T, N > &rhs) noexcept(noexcept(lhs.swap(rhs)))
Definition array.h:140

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

+ Here is the call graph for this function: