Skip to content

DepInfo::operator<=

Less‐than‐or‐equal operator

Synopsis

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

bool
operator<=(DepInfo const& d2) const;

Return Value

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

Parameters

Name

Description

d2

The right operand

Created with MrDocs