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

◆ emplace() [2/2]

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

Emplace with rvalue reference.

Definition at line 33 of file optional.h.

33{ mValue = fl::move(value); }
T && value() FL_NOEXCEPT
Definition optional.h:226
fl::variant< T, Empty > mValue
Definition optional.h:147
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28