VirtualCFG::FilteredCFGEdge::operator<
Lessāthan operator
Synopsis
Declared in <SageIII/virtualCFG/filteredCFG.h>
bool
operator<(FilteredCFGEdge<FilterFunction> const& o) const;
Return Value
true if the left object is less than the right object, false otherwise
Parameters
Name |
Description |
o |
The right operand |
Created with MrDocs