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

Name

Description

lhs

The left‐hand operand.

rhs

The right‐hand operand.

Created with MrDocs