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

◆ operator=() [3/4]

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

Definition at line 50 of file optional.h.

50 {
51 mValue = Empty();
52 return *this;
53 }
fl::Variant< T, Empty > mValue
Definition optional.h:115

References Optional(), and mValue.

+ Here is the call graph for this function: