absl::operator>>

Shifts lhs right by the given number of bits.

Synopsis

Declared in <absl/numeric/int128.h>

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

Return Value

The shifted value.

Parameters

NameDescription
lhsThe value to shift.
amountThe number of bit positions to shift.