bitset_detail::MultiIntBitSet::MultiIntBitSet

Construct a bitset from a list of values.

Synopsis

Declared in <util/bitset.h>

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

Parameters

NameDescription
ilistThe bit positions to set to 1.