[#bsl-bitset-any] = xref:bsl.adoc[bsl]::xref:bsl/bitset.adoc[bitset]::any :relfileprefix: ../../ :mrdocs: Return `true` if one or more of the bits in this bitset has the value of 1 and `false` otherwise. == Synopsis Declared in `<bslstl_bitset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool any() const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#