Shifts the value left by the given number of bits in place.
Synopsis
Declared in <arith_uint256.h>
base_uint<256>&
operator<<=(unsigned int shift);
Return Value
A reference to this object.
Parameters
Name |
Description |
shift |
The number of bit positions to shift. |
Created with MrDocs