FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator=()
[6/8]
Optional
&
fl::Optional
< T >::operator=
(
Optional
< T && > &&
other
)
inline
Definition at line
55
of file
optional.h
.
55
{
56
if
(
this
!= &
other
) {
57
mValue
=
fl::move
(
other
.
mValue
);
58
}
59
return
*
this
;
60
}
fl::Optional< T && >::mValue
fl::variant< T, Empty > mValue
Definition
optional.h:147
fl::Optional
Definition
optional.h:20
fl::fl::move
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition
s16x16x4.h:28
fl
Optional< T && >
Generated on Tue Jun 16 2026 00:07:06 for FastLED by
1.13.2