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

◆ operator-=()

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

Definition at line 124 of file basic_string.h.

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

References const_iterator(), FL_NOEXCEPT, and ptr.

+ Here is the call graph for this function: