absl::uint128::operator<<=

Shifts this value left 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

NameDescription
amountThe number of bit positions to shift.