base_uint<256>::operator>>=

Shifts the value right 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

NameDescription
shiftThe number of bit positions to shift.