[#base_uint-02-operator_rshift_eq] = xref:base_uint-02.adoc[base_uint]::operator>>= :relfileprefix: ../ :mrdocs: Shifts the value right by the given number of bits in place. == Synopsis Declared in `<arith_uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:base_uint-02.adoc[base_uint]& operator>>=(unsigned int shift); ---- == Return Value A reference to this object. == Parameters [cols="1,4"] |=== | Name| Description | *shift* | The number of bit positions to shift. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#