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

Name

Description

lhs

The left‐hand operand.

rhs

The right‐hand operand.

Created with MrDocs