absl::operator^

Computes the bitwise XOR of two StatusToStringMode values.

Synopsis

Declared in <absl/status/status.h>

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

Return Value

The bitwise XOR of lhs and rhs.

Parameters

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