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

◆ get_index()

template<typename T, typename Allocator = fl::allocator<T>>
fl::size fl::deque< T, Allocator >::get_index ( fl::size logical_index) const
inlineprivate

Definition at line 58 of file deque.h.

58 {
59 return (mFront + logical_index) % mCapacity;
60 }
fl::size mFront
Definition deque.h:22
fl::size mCapacity
Definition deque.h:20

Referenced by fl::deque< int >::at(), fl::deque< int >::at(), fl::deque< int >::back(), fl::deque< int >::back(), fl::deque< int >::operator[](), fl::deque< int >::operator[](), fl::deque< int >::pop_back(), fl::deque< int >::push_back(), and fl::deque< int >::push_back().

+ Here is the caller graph for this function: