[#absl-operator_3way-02] = xref:absl.adoc[absl]::operator<=> :relfileprefix: ../ :mrdocs: Performs a three‐way comparison of `lhs` and `rhs`. == Synopsis Declared in `<absl/numeric/int128.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr std::strong_ordering operator<=>( xref:absl/uint128.adoc[uint128] lhs, xref:absl/uint128.adoc[uint128] rhs); ---- == Return Value An ordering describing whether `lhs` is less than, equal to, or greater than `rhs`. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The left‐hand operand. | *rhs* | The right‐hand operand. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#