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

◆ emplace()

template<typename T>
void fl::Optional< T >::emplace ( T && value)
inline

Definition at line 30 of file optional.h.

30{ mValue = fl::move(value); }
fl::Variant< T, Empty > mValue
Definition optional.h:123
constexpr remove_reference< T >::type && move(T &&t) noexcept
Definition move.h:27

References fl::move(), and mValue.

+ Here is the call graph for this function: