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

◆ swap()

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

Definition at line 108 of file optional.h.

108 {
109 if (this != &other) {
110 mValue.swap(other.mValue);
111 }
112 }
fl::Variant< T, Empty > mValue
Definition optional.h:115

References Optional(), and mValue.

+ Here is the call graph for this function: