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