bsl::bitset::flip

flip overloads

Synopses

Declared in <bslstl_bitset.h>

Toggle all bits of this bitset and return a reference to this modifiable bitset.

bitset<N>&
flip() noexcept;
» more...

Toggle the bit at the specified pos of this bitset and return a reference to this modifiable bitset.

bitset<N>&
flip(std::size_t pos);
» more...