absl::operator<

Orders a Cord before string data.

Synopsis

Declared in <absl/strings/cord.h>

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

Return Value

true if x is lexicographically less than y.

Parameters

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