Skip to content

VirtualCFG::iterator::operator!=

Inequality operator

Synopsis

Declared in <src/midend/programAnalysis/genericDataflow/cfgUtils/VirtualCFGIterator.h>

bool
operator!=(iterator const& it) const;

Return Value

true if the objects are not equal, false otherwise

Parameters

Name

Description

it

The right operand

Created with MrDocs