FastLED
3.9.15
Loading...
Searching...
No Matches
◆
move_fn()
template<typename... Types>
template<typename T>
static void
fl::Variant
< Types >::move_fn
(
void *
storage
,
Variant
< Types > &
other
)
inline
static
private
Definition at line
217
of file
variant.h
.
217
{
218
new
(
storage
)
T
(
fl::move
(*
reinterpret_cast<
T
*
>
(&
other
.
_storage
)));
219
}
fl::Variant::_storage
char _storage[max_size< Types... >::value]
Definition
variant.h:255
fl::Variant
Definition
variant.h:9
fl
Variant
Generated on Sat May 24 2025 22:44:25 for FastLED by
1.13.2