absl::operator<<

Shifts lhs left 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

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