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

◆ back() [1/2]

template<typename T, typename Allocator = fl::allocator<T>>
T & fl::HeapVector< T, Allocator >::back ( )
inline

Definition at line 530 of file vector.h.

530{ return mArray[mSize - 1]; }

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

+ Here is the caller graph for this function: