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

◆ operator=() [7/13]

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

Definition at line 800 of file types.h.

800 {
801 data = fl::move(audio);
802 return *this;
803 }
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: