FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator~

template<uint32_t N = 256>
BitsetInlined operator~ ( const BitsetInlined< N > & bs)
friend

Bitwise operators.

Definition at line 439 of file bitset.h.

439 {
441 result.flip();
442 return result;
443 }
BitsetInlined & flip(uint32_t pos)
Flips (toggles) the bit at position pos.
Definition bitset.h:354
A Bitset implementation with inline storage that can grow if needed.
Definition bitset.h:225