Assigns to lhs the bitwise XOR of lhs and rhs.
Declared in <absl/status/status.h>
StatusToStringMode&
operator^=(
StatusToStringMode& lhs,
StatusToStringMode rhs);
A reference to lhs.
| Name | Description |
|---|---|
| lhs | The mode to update in place. |
| rhs | The right-hand operand. |