Boost.DynamicBitset

    • Boost.DynamicBitset
    • Reference
  • boost::dynamic_bitset::flip
arrow_upward

boost::dynamic_bitset::flip

Toggles the value of every bit in this bitset.

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

dynamic_bitset&
flip();

Throws

Nothing.

Return Value

*this.

Created with MrDocs