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

◆ back() [1/2]

template<typename T, fl::size N>
const T & fl::FixedVector< T, N >::back ( ) const
inline

Definition at line 355 of file vector.h.

355{ return memory()[current_size - 1]; }
T * memory() FL_NOEXCEPT
Definition vector.h:90
fl::size current_size
Definition vector.h:439