Skip to content

operator!=

Inequality operator

Synopsis

Declared in <src/midend/programAnalysis/genericDataflow/variables/variables.h>

bool
operator!=(
    SgExpression* expr,
    varID const& var);

Return Value

true if the objects are not equal, false otherwise

Parameters

Name

Description

expr

The left operand

var

The right operand

Created with MrDocs