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.
Created with MrDocs
Compute the number of 1 bits in the bitset.
Declared in <util/bitset.h>
constexpr
unsigned int
Count() const noexcept;
The number of set bits.
Created with MrDocs