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

◆ increment()

template<typename T>
size_t fl::CircularBuffer< T >::increment ( size_t index) const
inlineprivate

Definition at line 107 of file circular_buffer.h.

107 {
108 return (index + 1) % mCapacity;
109 }

References mCapacity.

Referenced by full(), pop_front(), and push_back().

+ Here is the caller graph for this function: