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

◆ operator=() [5/5]

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

Definition at line 63 of file optional.h.

63 {
65 return *this;
66 }
fl::Variant< T, Empty > mValue
Definition optional.h:123
constexpr remove_reference< T >::type && move(T &&t) noexcept
Definition move.h:27

References Optional(), fl::move(), and mValue.

+ Here is the call graph for this function: