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

◆ operator=() [6/8]

Optional & fl::Optional< T >::operator= ( Optional< T && > && other)
inline

Definition at line 55 of file optional.h.

55 {
56 if (this != &other) {
58 }
59 return *this;
60 }
fl::variant< T, Empty > mValue
Definition optional.h:147
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28