Boost.DynamicBitset

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

boost::dynamic_bitset::count

Returns the number of bits in this bitset that are set.

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

size_type
count() const noexcept;

Throws

Nothing.

Return Value

the number of bits in this bitset that are set.

Created with MrDocs