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

◆ json_value() [16/17]

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

Definition at line 741 of file types.h.

741 : data(fl::move(floats)) {
742 //FL_WARN("Created json_value with moved float data");
743 }
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28
variant_t data
Definition types.h:700

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

+ Here is the call graph for this function: