|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Default visit operation for traversals (never stops). More...
#include <tpl_graph_utils.H>
Public Member Functions | |
| bool | operator() (const GT &, typename GT::Node *, typename GT::Arc *) |
| Always continues the traversal (never stops early). | |
Default visit operation for traversals (never stops).
Definition at line 133 of file tpl_graph_utils.H.
|
inline |
Always continues the traversal (never stops early).
Definition at line 136 of file tpl_graph_utils.H.