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
Name |
Description |
lhs |
The mode to update in place. |
rhs |
The right‐hand operand. |
Created with MrDocs