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

◆ pop_back()

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

Definition at line 450 of file vector.h.

450 {
451 if (mSize > 0) {
452 --mSize;
453 mArray[mSize] = T();
454 }
455 }
fl::scoped_array< T > mArray
Definition vector.h:307
size_t mSize
Definition vector.h:310

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

+ Here is the caller graph for this function: