FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ operator=() [2/2]

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

Definition at line 34 of file optional.h.

34 {
35 mValue = value;
36 return *this;
37 }
fl::Variant< T, Empty > mValue
Definition optional.h:82

References Optional(), and mValue.

+ Here is the call graph for this function: