absl::operator>

Orders string data after a Cord.

Synopsis

Declared in <absl/strings/cord.h>

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

Return Value

true if x is lexicographically greater than y.

Parameters

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