base_uint::operator<<=

Shifts the value left by the given number of bits in place.

Synopsis

Declared in <arith_uint256.h>

base_uint&
operator<<=(unsigned int shift);

Return Value

A reference to this object.

Parameters

NameDescription
shiftThe number of bit positions to shift.