Bitwise exclusive‐or operators

Synopses

Declared in <absl/numeric/int128.h>

Computes the bitwise XOR of two StatusToStringMode values.

Computes the bitwise XOR of two chars_format values.

Returns the bitwise XOR of lhs and rhs.

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

Returns the bitwise XOR of lhs and rhs.

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

Return Value

  • The bitwise XOR of lhs and rhs.

  • The bitwise XOR lhs ˆ rhs.

Parameters

Name

Description

lhs

The left‐hand operand.

rhs

The right‐hand operand.

Created with MrDocs