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

◆ operator[]() [1/2]

template<typename T, typename Allocator = fl::allocator<T>>
T & fl::deque< T, Allocator >::operator[] ( fl::size index)
inline

Definition at line 220 of file deque.h.

220 {
221 return mData[get_index(index)];
222 }
T * mData
Definition deque.h:19
fl::size get_index(fl::size logical_index) const
Definition deque.h:58