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

◆ swap()

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

Definition at line 1014 of file vector.h.

1014 {
1015 if (this != &other) {
1019 }
1020 }
HeapVector< T > mHeap
Definition vector.h:1025
FixedVector< T, INLINED_SIZE > mFixed
Definition vector.h:1024
void swap(array< T, N > &lhs, array< T, N > &rhs) noexcept(noexcept(lhs.swap(rhs)))
Definition array.h:140

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

+ Here is the call graph for this function: