Compare overloads
Declared in <absl/strings/cord.h>
Compares 'this' Cord with rhs.
int
Compare(std::string_view rhs) const;
» more...
Compares 'this' Cord with another Cord.
int
Compare(Cord const& rhs) const;
» more...
| Name | Description |
|---|---|
| rhs | The string data to compare against. |