bitset_detail::IntBitSet::operator=

Assign from a list of positions (which will be made true, all others false).

Synopsis

Declared in <util/bitset.h>

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

Return Value

A reference to this bitset.

Parameters

NameDescription
ilistThe bit positions to set to 1.