Skip to content

operator<

Less‐than operator

Synopsis

Declared in <src/midend/programTransformation/loopProcessing/depInfo/DepRel.h>

bool
operator<(
    DepRel const& e1,
    DepRel const& e2);

Return Value

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

Parameters

Name

Description

e1

The left operand

e2

The right operand

Created with MrDocs