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;
Return Value
the number of bits in this bitset that are set.
Created with MrDocs