FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator=()
[4/4]
template<typename... Types>
Variant
&
fl::Variant
< Types >::operator=
(
Variant
< Types > &&
other
)
inline
noexcept
Definition at line
55
of file
variant.h
.
55
{
56
if
(
this
!= &
other
) {
57
reset
();
58
if
(!
other
.
empty
()) {
59
move_construct_from
(
other
);
60
other
.
reset
();
61
}
62
}
63
return
*
this
;
64
}
fl::Variant::reset
void reset() noexcept
Definition
variant.h:92
fl::Variant::empty
bool empty() const noexcept
Definition
variant.h:100
fl::Variant::move_construct_from
void move_construct_from(Variant &other) noexcept
Definition
variant.h:209
fl::Variant
Definition
variant.h:9
fl
Variant
Generated on Sat May 24 2025 22:44:25 for FastLED by
1.13.2