[#BloombergLP-bdldfp-operator_rshift-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::operator>> :relfileprefix: ../../ :mrdocs: Return an `Uint128` value equal to the value of a bitwise right shift of the specified `lhs` 128‐bit integer shifted by the specified `rhs` value. The behavior is undefined unless `0 <= rhs < 128`. == Synopsis Declared in `<bdldfp_uint128.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Uint128.adoc[bdldfp::Uint128] operator>>( xref:BloombergLP/bdldfp/Uint128.adoc[Uint128] lhs, int rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#