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