absl::operator&

Computes the bitwise AND 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 AND of lhs and rhs.

Parameters

NameDescription
lhsThe left-hand operand.
rhsThe right-hand operand.