Copy construct a bitset.

Synopsis

Declared in <util/bitset.h>

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

Parameters

Name

Description

other

The bitset to copy from.

Created with MrDocs