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

◆ operator-=()

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

Definition at line 221 of file deque.h.

221 {
222 mIndex -= n;
223 return *this;
224 }

References const_iterator(), and mIndex.

+ Here is the call graph for this function: