absl::operator^

Computes the bitwise XOR of two chars_format values.

Synopsis

Declared in <absl/strings/charconv.h>

constexpr
chars_format
operator^(
    chars_format lhs,
    chars_format rhs);

Return Value

The bitwise XOR of lhs and rhs.

Parameters

NameDescription
lhsThe left-hand operand.
rhsThe right-hand operand.