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

◆ operator=() [4/5]

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

Definition at line 46 of file optional.h.

46 {
47 if (this != &other) {
49 }
50 return *this;
51 }
fl::Variant< T, Empty > mValue
Definition optional.h:123
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: