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