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

◆ operator*()

KeyValue fl::json_value::iterator::operator* ( ) const
inline

Definition at line 1544 of file types.h.

1544 {
1545 return KeyValue(mIter->first, mIter->second);
1546 }
json_object::iterator mIter
Definition types.h:1506

References FL_NOEXCEPT, and mIter.