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

◆ json_value() [12/17]

fl::json_value::json_value ( fl::vector< i16 > && audio)
inline

Definition at line 725 of file types.h.

725 : data(fl::move(audio)) {
726 //FL_WARN("Created json_value with moved audio data");
727 }
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: