[#bsl-bitset-none] = xref:bsl.adoc[bsl]::xref:bsl/bitset.adoc[bitset]::none :relfileprefix: ../../ :mrdocs: Return `true` if all the bits in this bitset has the value of 0 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 none() const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#