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

◆ operator=() [1/2]

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

Definition at line 27 of file optional.h.

27 {
28 if (this != &other) {
30 }
31 return *this;
32 }
fl::Variant< T, Empty > mValue
Definition optional.h:82

References Optional(), and mValue.

+ Here is the call graph for this function: