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

◆ operator=() [8/13]

JsonValue & fl::JsonValue::operator= ( fl::vector< uint8_t > bytes)
inline

Definition at line 778 of file json.h.

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