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

◆ swap()

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

Definition at line 1200 of file vector.h.

1200 {
1201 if (this != &other) {
1205 }
1206 }
HeapVector< T > mHeap
Definition vector.h:1211
FixedVector< T, INLINED_SIZE > mFixed
Definition vector.h:1210
void swap(array< T, N > &lhs, array< T, N > &rhs) noexcept(noexcept(lhs.swap(rhs)))
Definition array.h:156

References InlinedVector(), mFixed, mHeap, mUsingHeap, and fl::swap().

+ Here is the call graph for this function: