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

◆ operator+=()

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

Definition at line 123 of file basic_string.h.

123{ ptr += n; return *this; }

References const_iterator(), FL_NOEXCEPT, and ptr.

+ Here is the call graph for this function: