bitset_detail::MultiIntBitSet::operator=

Copy assign a bitset.

Synopsis

Declared in <util/bitset.h>

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

Return Value

A reference to this bitset.

Parameters

NameDescription
otherThe bitset to copy from.