Tests whether string data is ordered at or before a Cord.
Declared in <absl/strings/cord.h>
<absl/strings/cord.h>
bool operator<=( std::string_view x, Cord const& y);
true if x is not greater than y.
true
x
y