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

Name

Description

other

The bitset to copy from.

Created with MrDocs