bitset_detail::MultiIntBitSet::MultiIntBitSet

Copy construct a bitset.

Synopsis

Declared in <util/bitset.h>

constexpr
MultiIntBitSet(MultiIntBitSet const& other) noexcept = default;

Parameters

NameDescription
otherThe bitset to copy from.