Returns the value shifted left by a number of bits.
Declared in <arith_uint256.h>
Returns the value shifted left by a number of bits.
base_uint
operator<<(
base_uint const& a,
int shift);
» more...
Returns the value shifted left by a number of bits.
base_uint<256>
operator<<(
base_uint<256> const& a,
int shift);
» more...
The result of shifting a left by shift bits.
| Name | Description |
|---|---|
| a | The value to shift. |
| shift | The number of bit positions to shift. |