Boost.DynamicBitset

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

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;

Throws

Nothing.

Return Value

the number of blocks in this bitset.

Created with MrDocs