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