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