absl::operator|

Returns the bitwise OR of lhs and rhs.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
int128
operator|(
    int128 lhs,
    int128 rhs);

Return Value

The bitwise OR lhs | rhs.

Parameters

NameDescription
lhsThe left-hand operand.
rhsThe right-hand operand.