Returns the bitwise XOR of lhs and rhs.
lhs
rhs
Declared in <absl/numeric/int128.h>
<absl/numeric/int128.h>
constexpr int128 operator^( int128 lhs, int128 rhs);
The bitwise XOR lhs ^ rhs.
lhs ^ rhs