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

◆ operator=() [4/9]

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

Definition at line 1671 of file json.h.

1673 {
1674 //FL_WARN("Json& operator=(const Json& other): " << (other.m_value ? other.m_value.get() : 0));
1675 if (this != &other) {
1676 m_value = other.m_value;
1677 }
fl::shared_ptr< JsonValue > m_value
Definition json.h:1622

References Json(), and m_value.

+ Here is the call graph for this function: