absl::int128::operator&=

Applies a bitwise AND with other and stores the result in place.

Synopsis

Declared in <absl/numeric/int128.h>

int128&
operator&=(int128 other);

Return Value

A reference to this int128.

Parameters

NameDescription
otherThe right-hand operand.