absl::int128::operator>>=

Shifts this value right by amount bits in place.

Synopsis

Declared in <absl/numeric/int128.h>

int128&
operator>>=(int amount);

Return Value

A reference to this int128.

Parameters

NameDescription
amountThe number of bit positions to shift.