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

◆ operator=() [11/13]

json_value & fl::json_value::operator= ( json_array a)
inline

Definition at line 795 of file types.h.

795 {
796 data = fl::move(a);
797 return *this;
798 }
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: