[#bsl-bitset-count] = xref:bsl.adoc[bsl]::xref:bsl/bitset.adoc[bitset]::count :relfileprefix: ../../ :mrdocs: Return the number of bits in this bitset that have the value of 1. == Synopsis Declared in `<bslstl_bitset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::size_t count() const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#