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

◆ back() [2/2]

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

Definition at line 106 of file circular_buffer.h.

106 {
107 return mBuffer[(mHead + mCapacity - 1) % mCapacity];
108 }
fl::scoped_array< T > mBuffer

References mBuffer, mCapacity, and mHead.