Construct from a list of values.
Synopsis
Declared in <util/bitset.h>
constexpr
IntBitSet(std::initializer_list<unsigned int> ilist) noexcept;
Parameters
Name |
Description |
ilist |
The bit positions to set to 1. |
Created with MrDocs