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

◆ back() [2/2]

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

Definition at line 117 of file circular_buffer.h.

117{ return mData[decrement(mHead)]; }
fl::size decrement(fl::size index) const

References decrement(), mData, and mHead.

+ Here is the call graph for this function: