boost::dynamic_bitset::num_blocks
Returns the number of blocks in this bitset.
Synopsis
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
size_type
num_blocks() const noexcept;
Return Value
the number of blocks in this bitset.
Created with MrDocs