FastLED
3.9.15
Loading...
Searching...
No Matches
◆
Variant()
[4/5]
template<typename... Types>
fl::Variant
< Types >::Variant
(
const
Variant
< Types > &
other
)
inline
Definition at line
30
of file
variant.h
.
30
:
_tag
(
Empty
) {
31
if
(!
other
.
empty
()) {
32
copy_construct_from
(
other
);
33
}
34
}
fl::Variant::Empty
static constexpr Tag Empty
Definition
variant.h:12
fl::Variant::empty
bool empty() const noexcept
Definition
variant.h:100
fl::Variant::_tag
Tag _tag
Definition
variant.h:257
fl::Variant::copy_construct_from
void copy_construct_from(const Variant &other)
Definition
variant.h:196
fl::Variant
Definition
variant.h:9
fl
Variant
Generated on Sat May 24 2025 22:44:25 for FastLED by
1.13.2