[#bsl-bitset-all] = xref:bsl.adoc[bsl]::xref:bsl/bitset.adoc[bitset]::all :relfileprefix: ../../ :mrdocs: Return `true` if all of the bits in this bitset have the value of 1 and `false` otherwise. Note that `all()` and `none()` are both true for bitsets of size 0. == Synopsis Declared in `<bslstl_bitset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool all() const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#