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

◆ operator=() [5/13]

JsonValue & fl::JsonValue::operator= ( fl::string s)
inline

Definition at line 763 of file json.h.

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