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 606 of file vector.h.

606{ return mArray[mSize - 1]; }