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

◆ operator=() [12/13]

JsonValue & fl::JsonValue::operator= ( JsonValue && other)
inline

Definition at line 726 of file json.h.

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