FastLED
3.9.15
Loading...
Searching...
No Matches
◆
flip()
[1/2]
template<uint32_t N = 256>
BitsetInlined
&
fl::BitsetInlined
< N >::flip
(
)
inline
noexcept
Flips all bits.
Definition at line
373
of file
bitset.h
.
373
{
374
if
(
_storage
.template
is<fixed_bitset>
()) {
375
_storage
.template
ptr<fixed_bitset>
()->
flip
();
376
}
else
{
377
_storage
.template
ptr<bitset_dynamic>
()->
flip
();
378
}
379
return
*
this
;
380
}
fl::BitsetInlined::flip
BitsetInlined & flip(uint32_t pos)
Flips (toggles) the bit at position pos.
Definition
bitset.h:354
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