Shifts this value right by the given number of bits in place.

Synopsis

Declared in <absl/numeric/int128.h>

uint128&
operator>>=(int amount);

Return Value

A reference to this uint128.

Parameters

Name

Description

amount

The number of bit positions to shift.

Created with MrDocs