[#absl-operator_minus-0a] = xref:absl.adoc[absl]::operator‐ :relfileprefix: ../ :mrdocs: Returns the difference of `lhs` and `rhs`. == Synopsis Declared in `<absl/numeric/int128.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/int128.adoc[int128] operator‐( xref:absl/int128.adoc[int128] lhs, xref:absl/int128.adoc[int128] rhs); ---- == Return Value The difference `lhs ‐ 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]#