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

◆ swap()

template<typename T, typename LessThan = fl::less<T>>
void fl::SortedHeapVector< T, LessThan >::swap ( SortedHeapVector< T, LessThan > & other)
inline

Definition at line 1072 of file vector.h.

1072{ mArray.swap(other.mArray); }
vector< T > mArray
Definition vector.h:975

References SortedHeapVector(), FL_NOEXCEPT, and mArray.

+ Here is the call graph for this function: