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

◆ operator=() [4/13]

json_value & fl::json_value::operator= ( fl::nullptr_t )
inline

Definition at line 765 of file types.h.

765 {
766 data = nullptr;
767 return *this;
768 }
variant_t data
Definition types.h:700

References json_value(), data, and FL_NOEXCEPT.

+ Here is the call graph for this function: