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

◆ operator+()

iterator fl::basic_string::iterator::operator+ ( difference_type n) const
inline

Definition at line 83 of file basic_string.h.

83{ return iterator(ptr + n); }

References iterator(), FL_NOEXCEPT, and ptr.

+ Here is the call graph for this function: