[#bitset_detail-MultiIntBitSet-Singleton] = xref:bitset_detail.adoc[bitset_detail]::xref:bitset_detail/MultiIntBitSet.adoc[MultiIntBitSet]::Singleton :relfileprefix: ../../ :mrdocs: Construct a bitset with the singleton pos. == Synopsis Declared in `<util/bitset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr static xref:bitset_detail/MultiIntBitSet.adoc[MultiIntBitSet] Singleton(unsigned int pos) noexcept; ---- == Return Value A bitset with only bit pos set. == Parameters [cols="1,4"] |=== | Name| Description | *pos* | The single bit position to set. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#