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

◆ operator=() [6/13]

json_value & fl::json_value::operator= ( fl::vector< float > floats)
inline

Definition at line 810 of file types.h.

810 {
811 data = fl::move(floats);
812 return *this;
813 }
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28
variant_t data
Definition types.h:700

References json_value(), data, FL_NOEXCEPT, and fl::fl::move().

+ Here is the call graph for this function: