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

◆ back() [1/2]

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

Definition at line 116 of file circular_buffer.h.

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

References decrement(), mData, and mHead.

+ Here is the call graph for this function: