Boost.DynamicBitset

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

boost::dynamic_bitset::size

Returns the number of bits in this bitset.

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

size_type
size() const noexcept;

Throws

Nothing.

Return Value

the number of bits in this bitset.

Created with MrDocs