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

◆ operator-=()

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

Definition at line 118 of file deque.h.

118 {
119 mIndex -= n;
120 return *this;
121 }
fl::size mIndex
Definition deque.h:71

References iterator(), and mIndex.

+ Here is the call graph for this function: