[#bitset_detail-IntBitSet-operator_assign-05] = xref:bitset_detail.adoc[bitset_detail]::xref:bitset_detail/IntBitSet.adoc[IntBitSet]::operator= :relfileprefix: ../../ :mrdocs: Assign from a list of positions (which will be made true, all others false). == Synopsis Declared in `<util/bitset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:bitset_detail/IntBitSet.adoc[IntBitSet]& operator=(std::initializer_list<unsigned int> ilist) noexcept; ---- == Return Value A reference to this bitset. == Parameters [cols="1,4"] |=== | Name| Description | *ilist* | The bit positions to set to 1. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#