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

◆ operator=() [1/13]

json_value & fl::json_value::operator= ( bool b)
inline

Definition at line 770 of file types.h.

770 {
771 data = b;
772 return *this;
773 }
variant_t data
Definition types.h:700

References json_value(), data, and FL_NOEXCEPT.

+ Here is the call graph for this function: