absl::operator^=

Assigns to lhs the bitwise XOR of lhs and rhs.

Synopsis

Declared in <absl/strings/charconv.h>

chars_format&
operator^=(
    chars_format& lhs,
    chars_format rhs);

Return Value

A reference to lhs.

Parameters

NameDescription
lhsThe operand to update.
rhsThe right-hand operand.