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

◆ decrement()

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

Definition at line 111 of file circular_buffer.h.

111 {
112 return (index + mCapacity - 1) % mCapacity;
113 }

References mCapacity.

Referenced by pop_back(), and push_front().

+ Here is the caller graph for this function: