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

◆ back() [1/2]

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

Definition at line 478 of file vector.h.

478{ return mArray[mSize - 1]; }
fl::scoped_array< T > mArray
Definition vector.h:307
size_t mSize
Definition vector.h:310

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

+ Here is the caller graph for this function: