Return a bitset that results from a bitwise OR of the specified lhs and rhs.
Declared in <bslstl_bitset.h>
template<std::size_t N>
bitset<N>
operator|(
bitset<N> const& lhs,
bitset<N> const& rhs) noexcept;
bitset that is the bitwise OR of lhs and rhs
| Name | Description |
|---|---|
| lhs | left-hand bitset operand |
| rhs | right-hand bitset operand |