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

◆ operator+=()

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

Definition at line 85 of file basic_string.h.

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

References iterator(), FL_NOEXCEPT, and ptr.

+ Here is the call graph for this function: