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

◆ operator=() [2/4]

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

Definition at line 55 of file optional.h.

55 {
56 mValue = value;
57 return *this;
58 }
fl::Variant< T, Empty > mValue
Definition optional.h:115

References Optional(), and mValue.

+ Here is the call graph for this function: