Skip to content

VirtualCFG::FilteredCFGNode::operator!=

Inequality operator

Synopsis

Declared in <SageIII/virtualCFG/filteredCFG.h>

bool
operator!=(FilteredCFGNode const& o) const;

Return Value

true if the objects are not equal, false otherwise

Parameters

Name

Description

o

The right operand

Created with MrDocs