Bitwise exclusive‐or operators
Synopses
Declared in <absl/numeric/int128.h>
Computes the bitwise XOR of two StatusToStringMode values.
constexpr
StatusToStringMode
operatorˆ(
StatusToStringMode lhs,
StatusToStringMode rhs);
Computes the bitwise XOR of two chars_format values.
constexpr
chars_format
operatorˆ(
chars_format lhs,
chars_format rhs);
Returns the bitwise XOR of lhs and rhs.
Returns the bitwise XOR of lhs and rhs.
Return Value
-
The bitwise XOR of
lhsandrhs. -
The bitwise XOR
lhs ˆ rhs.
Parameters
Name |
Description |
lhs |
The left‐hand operand. |
rhs |
The right‐hand operand. |
Created with MrDocs