[#absl-operator_3way-0d] = xref:absl.adoc[absl]::operator<=> :relfileprefix: ../ :mrdocs: Three‐way‐compares two times. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr std::strong_ordering operator<=>( xref:absl/Time.adoc[Time] lhs, xref:absl/Time.adoc[Time] rhs); ---- == Return Value The ordering of `lhs` relative to `rhs`. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The left‐hand time. | *rhs* | The right‐hand time. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#