absl::operator|=

Assigns to lhs the bitwise OR of lhs and rhs.

Synopsis

Declared in <absl/status/status.h>

StatusToStringMode&
operator|=(
    StatusToStringMode& lhs,
    StatusToStringMode rhs);

Return Value

A reference to lhs.

Parameters

NameDescription
lhsThe mode to update in place.
rhsThe right-hand operand.