Skip to content

RoseAst::iterator::operator!=

Test iterator inequality.

Synopsis

Declared in <src/midend/abstractLayer/RoseAst.h>

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

Description

This is just a convenince function that inverts the test for equality.

Return Value

true if the objects are not equal, false otherwise

Parameters

Name

Description

x

The right operand

Created with MrDocs