FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ clear()

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

Definition at line 339 of file vector.h.

339 {
340 while (mSize > 0) {
341 pop_back();
342 }
343 }
void pop_back()
Definition vector.h:332
size_t mSize
Definition vector.h:221

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

+ Here is the caller graph for this function: