[#absl-operator_3way-030] = xref:absl.adoc[absl]::operator<=> :relfileprefix: ../ :mrdocs: Three‐way compares two Cords. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::strong_ordering operator<=>( xref:absl/Cord.adoc[Cord] const& x, xref:absl/Cord.adoc[Cord] const& y); ---- == Return Value The ordering of `x` relative to `y`. == Parameters [cols="1,4"] |=== | Name| Description | *x* | The left‐hand Cord. | *y* | The right‐hand Cord. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#