Returns the value shifted left by a number of bits.

Synopsis

Declared in <arith_uint256.h>

base_uint
operator<<(
    base_uint const& a,
    int shift);

Return Value

The result of shifting a left by shift bits.

Parameters

Name

Description

a

The value to shift.

shift

The number of bit positions to shift.

Created with MrDocs