VirtualCFG::iterator::operator==
Equality operator
Synopsis
Declared in <src/midend/programAnalysis/genericDataflow/cfgUtils/VirtualCFGIterator.h>
bool
operator==(iterator const& other_it) const;
Return Value
true if the objects are equal, false otherwise
Parameters
Name |
Description |
other_it |
The right operand |
Created with MrDocs