Less‐than operator

Synopsis

Declared in <llvm/IR/DebugInfo.h>

bool
operator<(
    VarRecord const& LHS,
    VarRecord const& RHS);

Return Value

true if the left object is less than the right object, false otherwise

Parameters

Name

Description

LHS

The left operand

RHS

The right operand

Created with MrDocs