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

◆ operator=() [4/8]

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

Definition at line 62 of file optional.h.

62 {
63 mValue = Empty();
64 return *this;
65 }
fl::variant< T, Empty > mValue
Definition optional.h:147