FastLED
3.9.15
Loading...
Searching...
No Matches
◆
swap()
void
fl::Optional
< T >::swap
(
Optional
< T && > &
other
)
inline
Definition at line
140
of file
optional.h
.
140
{
141
if
(
this
!= &
other
) {
142
mValue
.swap(
other
.
mValue
);
143
}
144
}
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