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

◆ operator=() [2/8]

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

Definition at line 48 of file optional.h.

48 {
49 if (this != &other) {
51 }
52 return *this;
53 }
fl::variant< T, Empty > mValue
Definition optional.h:147