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

◆ const_iterator()

template<typename T, typename Allocator = fl::allocator<T>>
fl::deque< T, Allocator >::const_iterator::const_iterator ( const deque * dq,
fl::size index )
inline

Definition at line 117 of file deque.h.

117: mDeque(dq), mIndex(index) {}
const deque * mDeque
Definition deque.h:113

References fl::deque< T, Allocator >::deque(), mDeque, and mIndex.

Referenced by operator!=(), operator++(), operator++(), operator--(), operator--(), and operator==().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: