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

◆ operator*()

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

Definition at line 1600 of file types.h.

1600 {
1601 return KeyValue(mIter->first, mIter->second);
1602 }
json_object::const_iterator mIter
Definition types.h:1554

References FL_NOEXCEPT, and mIter.