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

◆ operator=() [1/5]

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

Definition at line 39 of file optional.h.

39 {
40 if (this != &other) {
42 }
43 return *this;
44 }
fl::Variant< T, Empty > mValue
Definition optional.h:123

References Optional(), and mValue.

+ Here is the call graph for this function: