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

◆ operator--() [1/2]

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

Definition at line 97 of file deque.h.

97 {
98 --mIndex;
99 return *this;
100 }
fl::size mIndex
Definition deque.h:71

References iterator(), and mIndex.

+ Here is the call graph for this function: