Assign from a list of positions (which will be made true, all others false).
Declared in <util/bitset.h>
constexpr
IntBitSet&
operator=(std::initializer_list<unsigned int> ilist) noexcept;
A reference to this bitset.
| Name | Description |
|---|---|
| ilist | The bit positions to set to 1. |