Tests whether string data is ordered at or before a Cord.
Synopsis
Declared in <absl/strings/cord.h>
bool
operator<=(
std::string_view x,
Cord const& y);
Return Value
true if x is not greater than y.
Parameters
Name |
Description |
x |
The left‐hand string data. |
y |
The right‐hand Cord. |
Created with MrDocs