Computes the bitwise OR of two chars_format values.

Synopsis

Declared in <absl/strings/charconv.h>

constexpr
chars_format
operator|(
    chars_format lhs,
    chars_format 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