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

◆ operator++() [2/2]

template<typename T>
const_iterator fl::deque< T >::const_iterator::operator++ ( int )
inline

Definition at line 194 of file deque.h.

194 {
195 const_iterator temp = *this;
196 ++mIndex;
197 return temp;
198 }
const_iterator(const deque *dq, fl::size index)
Definition deque.h:176

References const_iterator(), and mIndex.

+ Here is the call graph for this function: