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

◆ capacity()

template<typename T>
size_t fl::CircularBuffer< T >::capacity ( ) const
inline

Definition at line 90 of file circular_buffer.h.

90 {
91 return mCapacity - 1;
92 }

References mCapacity.

Referenced by CircularBuffer().

+ Here is the caller graph for this function: