|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Concept for graph arc iterators. More...
#include <graph-dry.H>
Concept for graph arc iterators.
An arc iterator must satisfy BasicGraphIterator and return a pointer to the specified Arc type from get_curr().
This concept is useful when you need to ensure the iterator yields arcs of a specific type.
| It | The iterator type to check |
| Arc | The expected arc type (not pointer) |
Definition at line 210 of file graph-dry.H.