llvm::operator<=

Return true if LHS is lexicographically less than or equal to RHS.

Synopsis

Declared in <llvm/ADT/StringRef.h>

bool
operator<=(
    StringRef LHS,
    StringRef RHS);

Return Value

True if LHS is lexicographically less than or equal to RHS.

Parameters

NameDescription
LHSLeft-hand StringRef.
RHSRight-hand StringRef.