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

◆ operator-=()

iterator & fl::basic_string::iterator::operator-= ( difference_type n)
inline

Definition at line 86 of file basic_string.h.

86{ ptr -= n; return *this; }

References iterator(), FL_NOEXCEPT, and ptr.

+ Here is the call graph for this function: