Assignment operators
Synopses
Declared in <util/bitset.h>
Copy assign a bitset.
constexpr
MultiIntBitSet&
operator=(MultiIntBitSet const& other) noexcept = default;
Set a bitset to a list of values.
constexpr
MultiIntBitSet&
operator=(std::initializer_list<unsigned int> ilist) noexcept;
Return Value
A reference to this bitset.
Parameters
Name |
Description |
other |
The bitset to copy from. |
ilist |
The bit positions to set to 1. |
Created with MrDocs