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