FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator=()
[1/2]
template<uint32_t N = 256>
BitsetInlined
&
fl::BitsetInlined
< N >::operator=
(
BitsetInlined
< N > &&
other
)
inline
noexcept
Definition at line
265
of file
bitset.h
.
265
{
266
if
(
this
!= &
other
) {
267
_storage
=
fl::move
(
other
.
_storage
);
268
}
269
return
*
this
;
270
}
fl::BitsetInlined::_storage
Variant< fixed_bitset, bitset_dynamic > _storage
Definition
bitset.h:229
fl::BitsetInlined
A Bitset implementation with inline storage that can grow if needed.
Definition
bitset.h:225
fl::move
constexpr remove_reference< T >::type && move(T &&t) noexcept
Definition
type_traits.h:174
fl
BitsetInlined
Generated on Sat May 24 2025 22:44:24 for FastLED by
1.13.2