Returns the bitwise AND of lhs and rhs.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
int128
operator&(
    int128 lhs,
    int128 rhs);

Return Value

The bitwise AND lhs & rhs.

Parameters

Name

Description

lhs

The left‐hand operand.

rhs

The right‐hand operand.

Created with MrDocs