FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator=()
[2/2]
template<uint32_t N = 256>
BitsetInlined
&
fl::BitsetInlined
< N >::operator=
(
const
BitsetInlined
< N > &
other
)
inline
Definition at line
259
of file
bitset.h
.
259
{
260
if
(
this
!= &
other
) {
261
_storage
=
other
.
_storage
;
262
}
263
return
*
this
;
264
}
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
BitsetInlined
Generated on Sat May 24 2025 22:44:24 for FastLED by
1.13.2