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

◆ operator=() [2/5]

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

Definition at line 58 of file optional.h.

58 {
59 mValue = value;
60 return *this;
61 }
fl::Variant< T, Empty > mValue
Definition optional.h:123

References Optional(), and mValue.

+ Here is the call graph for this function: