Three-way compares string data with a Cord.
Declared in <absl/strings/cord.h>
std::strong_ordering
operator<=>(
std::string_view lhs,
Cord const& rhs);
The ordering of lhs relative to rhs.
| Name | Description |
|---|---|
| lhs | The left-hand string data. |
| rhs | The right-hand Cord. |