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

◆ operator=() [4/4]

template<typename T>
Optional & fl::Optional< T >::operator= ( Optional< T > && other)
inlinenoexcept

Definition at line 43 of file optional.h.

43 {
44 if (this != &other) {
46 }
47 return *this;
48 }
fl::Variant< T, Empty > mValue
Definition optional.h:115
constexpr remove_reference< T >::type && move(T &&t) noexcept
Definition move.h:27

References Optional(), fl::move(), and mValue.

+ Here is the call graph for this function: