Skip to content

VirtualCFG::FilteredCFGEdge::operator!=

Inequality operator

Synopsis

Declared in <src/midend/programAnalysis/dominanceAnalysis/filteredCFG.h>

bool
operator!=(FilteredCFGNode<FilterFunction> const& o) const;

Return Value

true if the objects are not equal, false otherwise

Parameters

Name

Description

o

The right operand

Created with MrDocs