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 91 of file circular_buffer.h.

91 {
92 return (index + mCapacity - 1) % mCapacity;
93 }

References mCapacity.

Referenced by pop_back(), and push_front().

+ Here is the caller graph for this function: