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

◆ operator=() [2/13]

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

Definition at line 748 of file types.h.

748 {
749 data = other.data;
750 return *this;
751 }
variant_t data
Definition types.h:700

References json_value(), data, and FL_NOEXCEPT.

+ Here is the call graph for this function: