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

◆ operator=() [3/5]

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

Definition at line 53 of file optional.h.

53 {
54 mValue = Empty();
55 return *this;
56 }
fl::Variant< T, Empty > mValue
Definition optional.h:123

References Optional(), and mValue.

+ Here is the call graph for this function: