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