Compares 'this' Cord with another Cord.
Synopsis
Declared in <absl/strings/cord.h>
int
Compare(Cord const& rhs) const;
Return Value
‐1, 0, or 1 for less than, equal, or greater than.
Parameters
Name |
Description |
rhs |
The Cord to compare against. |
Created with MrDocs