Skip to content

VirtualCFG::CFGEdge::operator<

operator<() has an arbitrary ordering, but allows these objects to be used with std::set and std::map

Synopsis

Declared in <SageIII/virtualCFG/virtualCFG.h>

bool
operator<(CFGEdge 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