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

◆ HeapVector() [4/6]

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

Definition at line 386 of file vector.h.

386 {
387 this->swap(other);
388 other.clear();
389 }
void swap(HeapVector< T > &other)
Definition vector.h:663
void clear()
Definition vector.h:576