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

◆ HeapVector() [3/4]

template<typename T>
fl::HeapVector< T >::HeapVector ( HeapVector< T > && other)
inline

Definition at line 341 of file vector.h.

341 {
342 this->swap(other);
343 other.clear();
344 }
void clear()
Definition vector.h:457
void swap(HeapVector< T > &other)
Definition vector.h:535