Computes the bitwise XOR of two chars_format values.
Declared in <absl/strings/charconv.h>
constexpr
chars_format
operator^(
chars_format lhs,
chars_format rhs);
The bitwise XOR of lhs and rhs.
| Name | Description |
|---|---|
| lhs | The left-hand operand. |
| rhs | The right-hand operand. |