absl::operator^

Returns the bitwise XOR of lhs and rhs.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
uint128
operator^(
    uint128 lhs,
    uint128 rhs);

Return Value

The bitwise XOR lhs ^ rhs.

Parameters

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