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
); }
fl::Optional< T && >::value
T && value() FL_NOEXCEPT
Definition
optional.h:226
fl::Optional< T && >::mValue
fl::variant< T, Empty > mValue
Definition
optional.h:147
fl::fl::move
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition
s16x16x4.h:28
fl
Optional< T && >
Generated on Tue Jun 16 2026 00:07:06 for FastLED by
1.13.2