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

◆ json_value() [14/17]

fl::json_value::json_value ( fl::vector< u8 > && bytes)
inline

Definition at line 733 of file types.h.

733 : data(fl::move(bytes)) {
734 //FL_WARN("Created json_value with moved byte data");
735 }
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: