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

◆ back() [1/2]

template<typename T>
T & fl::HeapVector< T >::back ( )
inline

Definition at line 369 of file vector.h.

369 {
370 return mArray[mSize - 1];
371 }
fl::scoped_array< T > mArray
Definition vector.h:218
size_t mSize
Definition vector.h:221

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

+ Here is the caller graph for this function: