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

◆ decrement()

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

Definition at line 93 of file circular_buffer.h.

93 {
94 return (index + mCapacity - 1) % mCapacity;
95 }

References mCapacity.

Referenced by pop_back(), and push_front().

+ Here is the caller graph for this function: