Boost.DynamicBitset

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

boost::dynamic_bitset::reset

Resets all the bits in this bitset.

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

dynamic_bitset&
reset();

Return Value

*this.

Created with MrDocs