[#bsl-bitset-reset-038] = xref:bsl.adoc[bsl]::xref:bsl/bitset.adoc[bitset]::reset :relfileprefix: ../../ :mrdocs: `reset` overloads == Synopses Declared in `<bslstl_bitset.h>` Set all bits of this bitset to 0 and return a reference to this modifiable bitset. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/bitset.adoc[bitset<N>]& xref:bsl/bitset/reset-032.adoc[reset]() noexcept; ---- [.small]#xref:bsl/bitset/reset-032.adoc[_» more..._]# Set the bit at the specified `pos` of this bitset to 0 and return a reference to this modifiable bitset. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/bitset.adoc[bitset<N>]& xref:bsl/bitset/reset-0d.adoc[reset](std::size_t pos); ---- [.small]#xref:bsl/bitset/reset-0d.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#