Skip to content

operator!=

Inequality operator

Synopsis

Declared in <src/midend/astUtil/symbolicVal/SymbolicExpr.h>

bool
operator!=(
    SymbolicTerm const& v1,
    SymbolicTerm const& v2);

Return Value

true if the objects are not equal, false otherwise

Parameters

Name

Description

v1

The left operand

v2

The right operand

Created with MrDocs