Skip to content

AstUtilInterface::DependenceEntry::operator<

Less‐than operator

Synopsis

Declared in <src/midend/astUtil/dependenceTracking/dependence_table.h>

bool
operator<(DependenceEntry const& e2) const;

Return Value

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

Parameters

Name

Description

e2

The right operand

Created with MrDocs