[#bitset_detail-MultiIntBitSet-Reset] = xref:bitset_detail.adoc[bitset_detail]::xref:bitset_detail/MultiIntBitSet.adoc[MultiIntBitSet]::Reset :relfileprefix: ../../ :mrdocs: Set a bit to 0. == Synopsis Declared in `<util/bitset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr void Reset(unsigned int pos) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *pos* | The bit position to clear. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#