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
Name |
Description |
amount |
The number of bit positions to shift. |
Created with MrDocs