Shifts lhs right by the given number of bits.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
int128
operator>>(
    int128 lhs,
    int amount);

Return Value

The shifted value.

Parameters

Name

Description

lhs

The value to shift.

amount

The number of bit positions to shift.

Created with MrDocs