[#bitset_detail-IntBitSet-2constructor-01] = xref:bitset_detail.adoc[bitset_detail]::xref:bitset_detail/IntBitSet.adoc[IntBitSet]::IntBitSet :relfileprefix: ../../ :mrdocs: Construct from a list of values. == Synopsis Declared in `<util/bitset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr IntBitSet(std::initializer_list<unsigned int> ilist) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *ilist* | The bit positions to set to 1. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#