Skip to content

operator!=

Inequality operator

Synopsis

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

bool
operator!=(
    SymbolicBound const& b1,
    SymbolicBound const& b2);

Return Value

true if the objects are not equal, false otherwise

Parameters

Name

Description

b1

The left operand

b2

The right operand

Created with MrDocs