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

◆ operator=() [3/13]

json_value & fl::json_value::operator= ( double d)
inline

Definition at line 780 of file types.h.

780 {
781 data = static_cast<float>(d);
782 return *this;
783 }
variant_t data
Definition types.h:700

References json_value(), data, and FL_NOEXCEPT.

+ Here is the call graph for this function: