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