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

◆ operator--() [2/2]

iterator fl::basic_string::iterator::operator-- ( int )
inline

Definition at line 81 of file basic_string.h.

81{ iterator tmp = *this; --ptr; return tmp; }

References iterator(), FL_NOEXCEPT, and ptr.

+ Here is the call graph for this function: