Orders one Cord before another.

Synopsis

Declared in <absl/strings/cord.h>

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

Return Value

true if x is lexicographically less than y.

Parameters

Name

Description

x

The left‐hand Cord.

y

The right‐hand Cord.

Created with MrDocs