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

◆ swap() [1/2]

template<typename T, typename Allocator = fl::allocator<T>>
void fl::HeapVector< T, Allocator >::swap ( HeapVector< T > & other)
inline

Definition at line 587 of file vector.h.

587 {
592 }
Allocator mAlloc
Definition vector.h:310
size_t mSize
Definition vector.h:309
size_t mCapacity
Definition vector.h:308
void swap(array< T, N > &lhs, array< T, N > &rhs) noexcept(noexcept(lhs.swap(rhs)))
Definition array.h:140

Referenced by fl::HeapVector< DrawItem >::HeapVector(), and fl::HeapVector< DrawItem >::insert().

+ Here is the caller graph for this function: