|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Concept for resettable graph iterators. More...
#include <graph-dry.H>
Concept for resettable graph iterators.
Extends BasicGraphIterator with the ability to reset to the first element. Most Aleph-w iterators support this operation.
Additional required expression:
it.reset_first() : Resets iterator to first element, returns void| It | The iterator type to check |
Definition at line 172 of file graph-dry.H.