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

143 {
144 const_iterator temp = *this;
145 --mIndex;
146 return temp;
147 }
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: