Copy construct a bitset.
Synopsis
Declared in <util/bitset.h>
constexpr
MultiIntBitSet(MultiIntBitSet const& other) noexcept = default;
Parameters
Name |
Description |
other |
The bitset to copy from. |
Created with MrDocs