VirtualCFG::CFGPath::operator<
An arbitrary order, so we can use this in std::set and std::map
Synopsis
Declared in <SageIII/virtualCFG/virtualCFG.h>
bool
operator<(CFGPath 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