absl::Cord::Compare

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

NameDescription
rhsThe Cord to compare against.