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

◆ operator++() [2/2]

iterator fl::json_value::iterator::operator++ ( int )
inline

Definition at line 1522 of file types.h.

1522 {
1523 iterator tmp(*this);
1524 ++(*this);
1525 return tmp;
1526 }

References iterator(), and FL_NOEXCEPT.

+ Here is the call graph for this function: