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

◆ operator++() [2/2]

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

Definition at line 1532 of file json.h.

1534 {
1535 iterator tmp(*this);
1536 ++(*this);