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

◆ back() [2/2]

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

Definition at line 532 of file vector.h.

532{ return mArray[mSize - 1]; }