Skip to content

operator<=

Less‐than‐or‐equal 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 or equal to the right object, false otherwise

Parameters

Name

Description

e1

The left operand

e2

The right operand

Created with MrDocs