Skip to content

arrayElt::operator==

Equality operator

Synopsis

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

virtual
bool
operator==(variable const& that_arg) const;

Return Value

true if the objects are equal, false otherwise

Parameters

Name

Description

that_arg

The right operand

Created with MrDocs