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

◆ operator*()

template<typename T, typename Allocator = fl::allocator<T>>
const T & fl::deque< T, Allocator >::const_iterator::operator* ( ) const
inline

Definition at line 119 of file deque.h.

119 {
120 return (*mDeque)[mIndex];
121 }
const deque * mDeque
Definition deque.h:113

References mDeque, and mIndex.