Skip to content

DepInfo::operator<

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

Parameters

Name

Description

d2

The right operand

Created with MrDocs