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

◆ clear()

template<typename T>
void fl::HeapVector< T >::clear ( )
inline

Definition at line 457 of file vector.h.

457 {
458 while (mSize > 0) {
459 pop_back();
460 }
461 }
void pop_back()
Definition vector.h:450
size_t mSize
Definition vector.h:310

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

+ Here is the caller graph for this function: