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

◆ HeapVector() [3/4]

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

Definition at line 343 of file vector.h.

343 {
344 this->swap(other);
345 other.clear();
346 }
void swap(HeapVector< T > &other)
Definition vector.h:587
void clear()
Definition vector.h:508