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

◆ pop_back()

template<typename T, typename Allocator = fl::allocator<T>>
void fl::HeapVector< T, Allocator >::pop_back ( )
inline

Definition at line 501 of file vector.h.

501 {
502 if (mSize > 0) {
503 --mSize;
504 mAlloc.destroy(&mArray[mSize]);
505 }
506 }

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

+ Here is the caller graph for this function: