boost::dynamic_bitset::~dynamic_bitset
Destructor.
Synopsis
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
~dynamic_bitset();
Description
Releases the memory associated with this bitset and destroys the bitset object itself.
Created with MrDocs