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

◆ operator++() [2/2]

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

Definition at line 1578 of file types.h.

1578 {
1579 const_iterator tmp(*this);
1580 ++(*this);
1581 return tmp;
1582 }

References const_iterator(), and FL_NOEXCEPT.

+ Here is the call graph for this function: