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 {
39 }
fl::variant< T, Empty > mValue
Definition optional.h:147