Boost.DynamicBitset

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

boost::dynamic_bitset::reset

Resets the bit in this bitset at position pos.

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

dynamic_bitset&
reset(size_type pos);

Return Value

this.

Parameters

Name Description

pos

The position of the bit to reset.

Preconditions

  • pos < this‐>size().

Created with MrDocs