FastLED
3.9.15
Loading...
Searching...
No Matches
◆
emplace()
[1/2]
void
fl::Optional
< T >::emplace
(
Args &&...
args
)
inline
Construct value in-place with variadic arguments.
Definition at line
37
of file
optional.h
.
37
{
38
mValue
=
T
(
fl::forward<Args>
(
args
)...);
39
}
fl::Optional< T && >::mValue
fl::variant< T, Empty > mValue
Definition
optional.h:147
fl::Optional
Definition
optional.h:20
fl
Optional< T && >
Generated on Tue Jun 16 2026 00:07:06 for FastLED by
1.13.2