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 205 of file deque.h.

205 {
206 const_iterator temp = *this;
207 --mIndex;
208 return temp;
209 }
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: