boost::dynamic_bitset::pop_front
Decreases the size of the bitset by one, removing the least significant bit.
Synopsis
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
void
pop_front();
Preconditions
-
! this‐>empty().
Created with MrDocs