FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator=()
[2/8]
Optional
&
fl::Optional
< T >::operator=
(
const
Optional
< T && > &
other
)
inline
Definition at line
48
of file
optional.h
.
48
{
49
if
(
this
!= &
other
) {
50
mValue
=
other
.
mValue
;
51
}
52
return
*
this
;
53
}
fl::Optional< T && >::mValue
fl::variant< T, Empty > mValue
Definition
optional.h:147
fl::Optional
Definition
optional.h:20
fl
Optional< T && >
Generated on Tue Jun 16 2026 00:07:06 for FastLED by
1.13.2