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();
Return Value
*this.
Created with MrDocs