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

◆ operator=() [2/13]

JsonValue & fl::JsonValue::operator= ( const JsonValue & other)
inline

Definition at line 721 of file json.h.

721 : data(other.data) {}
722
723 JsonValue& operator=(const JsonValue& other) {
724 data = other.data;
JsonValue & operator=(const JsonValue &other)
Definition json.h:721
JsonValue() noexcept
Definition json.h:681
variant_t data
Definition json.h:678

References JsonValue(), and data.

+ Here is the call graph for this function: