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

◆ operator=() [9/9]

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

Definition at line 187 of file json.h.

189 {
190 if (this != &other) {
191 mValue = fl::move(other.mValue);
192 }
fl::shared_ptr< json_value > mValue
Definition json.h:130
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28