operator==
Equality operator
Synopsis
Declared in <src/midend/astUtil/symbolicVal/SymbolicVal.h>
bool
operator==(
SymbolicVal const& v1,
SymbolicVal const& v2);
Return Value
true if the objects are equal, false otherwise
Parameters
Name |
Description |
v1 |
The left operand |
v2 |
The right operand |
Created with MrDocs