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

◆ operator=() [4/9]

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

Definition at line 179 of file json.h.

181 {
182 //FL_WARN("json& operator=(const json& other): " << (other.mValue ? other.mValue.get() : 0));
183 if (this != &other) {
184 mValue = other.mValue;
185 }
fl::shared_ptr< json_value > mValue
Definition json.h:130

References json(), FL_NOEXCEPT, and mValue.

+ Here is the call graph for this function: