absl::operator<=>

Three-way compares two Cords.

Synopsis

Declared in <absl/strings/cord.h>

std::strong_ordering
operator<=>(
    Cord const& x,
    Cord const& y);

Return Value

The ordering of x relative to y.

Parameters

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