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

◆ operator=() [6/13]

JsonValue & fl::JsonValue::operator= ( fl::vector< float > floats)
inline

Definition at line 783 of file json.h.

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