FastLED
3.9.15
Loading...
Searching...
No Matches
◆
visit_fn_const()
template<typename... Types>
template<typename T, typename Visitor>
static void
fl::Variant
< Types >::visit_fn_const
(
const void *
storage
,
Visitor &
v
)
inline
static
private
Definition at line
177
of file
variant.h
.
177
{
178
// unsafe_cast is OK here because we know _tag matched T
179
v
.accept(*
reinterpret_cast<
const
T
*
>
(
storage
));
180
}
fl::Variant
Definition
variant.h:9
fl
Variant
Generated on Sat May 24 2025 22:44:25 for FastLED by
1.13.2