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