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

◆ operator=() [11/13]

JsonValue & fl::JsonValue::operator= ( JsonArray a)
inline

Definition at line 768 of file json.h.

770 {
771 data = fl::move(a);
constexpr remove_reference< T >::type && move(T &&t) noexcept
Definition move.h:27
variant_t data
Definition json.h:678