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

Name

Description

x

The left‐hand Cord.

y

The right‐hand Cord.

Created with MrDocs