Copy assign a bitset.

Synopsis

Declared in <util/bitset.h>

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

Return Value

A reference to this bitset.

Parameters

Name

Description

other

The bitset to copy from.

Created with MrDocs