bitset_detail::IntBitSet::Count

Compute the number of 1 bits in the bitset.

Synopsis

Declared in <util/bitset.h>

constexpr
unsigned int
Count() const noexcept;

Return Value

The number of set bits.