Tests whether a Cord is ordered at or 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 not greater than y.

Parameters

Name

Description

x

The left‐hand Cord.

y

The right‐hand string data.

Created with MrDocs