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::CircularBuffer::mCapacity
size_t mCapacity
Definition
circular_buffer.h:116
fl::CircularBuffer::mHead
size_t mHead
Definition
circular_buffer.h:117
fl::CircularBuffer::mBuffer
fl::scoped_array< T > mBuffer
Definition
circular_buffer.h:115
References
mBuffer
,
mCapacity
, and
mHead
.
fl
CircularBuffer
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2