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

◆ operator=() [1/4]

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

Definition at line 36 of file optional.h.

36 {
37 if (this != &other) {
39 }
40 return *this;
41 }
fl::Variant< T, Empty > mValue
Definition optional.h:115

References Optional(), and mValue.

+ Here is the call graph for this function: