absl::operator>

Orders one Cord after another.

Synopsis

Declared in <absl/strings/cord.h>

bool
operator>(
    Cord const& x,
    Cord const& y);

Return Value

true if x is lexicographically greater than y.

Parameters

NameDescription
xThe left-hand Cord.
yThe right-hand Cord.