Computes the bitwise AND of two StatusToStringMode values.
Declared in <absl/status/status.h>
constexpr
StatusToStringMode
operator&(
StatusToStringMode lhs,
StatusToStringMode rhs);
The bitwise AND of lhs and rhs.
| Name | Description |
|---|---|
| lhs | The left-hand operand. |
| rhs | The right-hand operand. |