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
45
of file
variant.h
.
45
{
46
if
(
this
!= &
other
) {
47
reset
();
48
if
(!
other
.
empty
()) {
49
copy_construct_from
(
other
);
50
}
51
}
52
return
*
this
;
53
}
fl::Variant::reset
void reset() noexcept
Definition
variant.h:92
fl::Variant::empty
bool empty() const noexcept
Definition
variant.h:100
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