[#bitset_detail-IntBitSet-operator_assign-07] = xref:bitset_detail.adoc[bitset_detail]::xref:bitset_detail/IntBitSet.adoc[IntBitSet]::operator= :relfileprefix: ../../ :mrdocs: Copy assign a bitset. == Synopsis Declared in `<util/bitset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:bitset_detail/IntBitSet.adoc[IntBitSet]& operator=(xref:bitset_detail/IntBitSet.adoc[IntBitSet] const& other) noexcept = default; ---- == Return Value A reference to this bitset. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The bitset to copy from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#