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 68 of file circular_buffer.h.

68 {
69 return mBuffer[(mHead + mCapacity - 1) % mCapacity];
70 }
fl::scoped_array< T > mBuffer

References mBuffer, mCapacity, and mHead.