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

◆ swap()

template<typename T>
void fl::Optional< T >::swap ( Optional< T > & other)
inline

Definition at line 116 of file optional.h.

116 {
117 if (this != &other) {
118 mValue.swap(other.mValue);
119 }
120 }
fl::Variant< T, Empty > mValue
Definition optional.h:123

References Optional(), and mValue.

+ Here is the call graph for this function: