bitset_detail::MultiIntBitSet::operator=

Set a bitset to a list of values.

Synopsis

Declared in <util/bitset.h>

constexpr
MultiIntBitSet&
operator=(std::initializer_list<unsigned int> ilist) noexcept;

Return Value

A reference to this bitset.

Parameters

NameDescription
ilistThe bit positions to set to 1.