Boost.DynamicBitset

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

boost::dynamic_bitset::pop_back

Decreases the size of the bitset by one, removing the most significant bit.

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

void
pop_back();

Preconditions

  • ! this‐>empty().

Created with MrDocs