Returns the value shifted right by a number of bits.
Declared in <arith_uint256.h>
<arith_uint256.h>
base_uint operator>>( base_uint const& a, int shift);
The result of shifting a right by shift bits.
a
shift