#include <boost/bit_logic/bit_vector.hpp> void swap ( bit_vector const & swap_bits ) ;
The swap() function does a constant time swap of the Bit Storage of the bit_vectors.
This function throws no exceptions.