FastLED
3.9.15
Loading...
Searching...
No Matches
◆
copy_fn()
template<typename... Types>
template<typename T>
static void
fl::Variant
< Types >::copy_fn
(
void *
storage
,
const
Variant
< Types > &
other
)
inline
static
private
Definition at line
204
of file
variant.h
.
204
{
205
new
(
storage
)
T
(*
reinterpret_cast<
const
T
*
>
(&
other
.
_storage
));
206
}
fl::Variant::_storage
char _storage[max_size< Types... >::value]
Definition
variant.h:255
fl::Variant
Definition
variant.h:9
fl
Variant
Generated on Thu Jun 5 2025 04:29:40 for FastLED by
1.13.2