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

◆ back() [2/2]

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

Definition at line 74 of file circular_buffer.h.

74 {
75 return mBuffer[(mHead + mCapacity - 1) % mCapacity];
76 }
fl::scoped_array< T > mBuffer

References mBuffer, mCapacity, and mHead.