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

◆ operator[]() [2/2]

template<typename T, fl::size N = 0>
const T & fl::circular_buffer< T, N >::operator[] ( fl::size index) const
inline

Definition at line 254 of file circular_buffer.h.

254{ return mCore[index]; }
circular_buffer_core< T > mCore

References mCore.