Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Default_Visit_Op< GT > Struct Template Reference

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).
 

Detailed Description

template<class GT>
struct Aleph::Default_Visit_Op< GT >

Default visit operation for traversals (never stops).

Definition at line 133 of file tpl_graph_utils.H.

Member Function Documentation

◆ operator()()

template<class GT >
bool Aleph::Default_Visit_Op< GT >::operator() ( const GT ,
typename GT::Node ,
typename GT::Arc  
)
inline

Always continues the traversal (never stops early).

Definition at line 136 of file tpl_graph_utils.H.


The documentation for this struct was generated from the following file: