bitset_detail::IntBitSet::IntBitSet

Copy construct a bitset.

Synopsis

Declared in <util/bitset.h>

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

Parameters

NameDescription
otherThe bitset to copy from.