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

◆ pop_back()

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

Definition at line 332 of file vector.h.

332 {
333 if (mSize > 0) {
334 --mSize;
335 mArray[mSize] = T();
336 }
337 }
fl::scoped_array< T > mArray
Definition vector.h:218
size_t mSize
Definition vector.h:221

Referenced by fl::HeapVector< DrawItem >::clear().

+ Here is the caller graph for this function: