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

◆ swap() [1/3]

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

Definition at line 670 of file vector.h.

670 {
675 }
Allocator mAlloc
Definition vector.h:350
fl::size mCapacity
Definition vector.h:348
fl::size mSize
Definition vector.h:349
void swap(array< T, N > &lhs, array< T, N > &rhs) noexcept(noexcept(lhs.swap(rhs)))
Definition array.h:156