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

◆ operator~

template<uint32_t N>
BitsetFixed operator~ ( BitsetFixed< N > bs)
friend

Definition at line 218 of file bitset.h.

218{ return bs.flip(); }
BitsetFixed & flip(uint32_t pos)
Flips (toggles) the bit at position pos.
Definition bitset.h:85
A simple fixed-size Bitset implementation similar to std::Bitset.
Definition bitset.h:21

References BitsetFixed().