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

◆ operator--() [1/2]

template<typename T>
const_iterator & fl::deque< T >::const_iterator::operator-- ( )
inline

Definition at line 200 of file deque.h.

200 {
201 --mIndex;
202 return *this;
203 }

References const_iterator(), and mIndex.

+ Here is the call graph for this function: