Return an object with the binary OR between respective bits from a and b.
Synopses
Declared in <util/bitset.h>
Return an object with the binary OR between respective bits from a and b.
constexpr
IntBitSet
operator|(
IntBitSet const& a,
IntBitSet const& b) noexcept;
Return an object with the binary OR between respective bits from a and b.
constexpr
MultiIntBitSet
operator|(
MultiIntBitSet const& a,
MultiIntBitSet const& b) noexcept;
Return Value
The union of a and b.
Parameters
Name |
Description |
a |
The left‐hand bitset. |
b |
The right‐hand bitset. |
Created with MrDocs