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