|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Default arc comparison class for Arcs_Index. More...
#include <tpl_graph_indexes.H>
Public Member Functions | |
| bool | operator() (typename GT::Arc *a1, typename GT::Arc *a2) const |
| Comparison operator. | |
Default arc comparison class for Arcs_Index.
Compares arcs based on their source and target nodes.
| GT | Graph type |
Definition at line 81 of file tpl_graph_indexes.H.
|
inline |
Comparison operator.
| a1 | First arc to compare |
| a2 | Second arc to compare |
Definition at line 91 of file tpl_graph_indexes.H.
References Aleph::maps(), GTArcCommon< ArcInfo >::src_node, and GTArcCommon< ArcInfo >::tgt_node.