Computes the bitwise OR of two StatusToStringMode values.

Synopsis

Declared in <absl/status/status.h>

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

Return Value

The bitwise OR of lhs and rhs.

Parameters

Name

Description

lhs

The left‐hand operand.

rhs

The right‐hand operand.

Created with MrDocs