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

◆ operator++() [2/2]

template<typename T, typename Allocator = fl::allocator<T>>
const_iterator fl::deque< T, Allocator >::const_iterator::operator++ ( int )
inline

Definition at line 132 of file deque.h.

132 {
133 const_iterator temp = *this;
134 ++mIndex;
135 return temp;
136 }
const_iterator(const deque *dq, fl::size index)
Definition deque.h:117

References const_iterator(), and mIndex.

+ Here is the call graph for this function: