FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator=()
[2/4]
template<typename... Types>
Variant
&
fl::Variant
< Types >::operator=
(
const
Variant
< Types > &
other
)
inline
Definition at line
48
of file
variant.h
.
48
{
49
if
(
this
!= &
other
) {
50
reset
();
51
if
(!
other
.
empty
()) {
52
copy_construct_from
(
other
);
53
}
54
}
55
return
*
this
;
56
}
fl::Variant::reset
void reset() noexcept
Definition
variant.h:96
fl::Variant::empty
bool empty() const noexcept
Definition
variant.h:104
fl::Variant::copy_construct_from
void copy_construct_from(const Variant &other)
Definition
variant.h:229
fl::Variant
Definition
variant.h:11
fl
Variant
Generated on Fri Aug 22 2025 20:59:37 for FastLED by
1.13.2