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

Default filter for the graph nodes. More...

#include <tpl_graph.H>

Inheritance diagram for Aleph::Dft_Show_Node< GT >:
[legend]

Public Member Functions

bool operator() (typename GT::Node *) const noexcept
 

Detailed Description

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

Default filter for the graph nodes.

The condition is always true. So. all the node would be seen.

Definition at line 1191 of file tpl_graph.H.

Member Function Documentation

◆ operator()()

template<class GT >
bool Aleph::Dft_Show_Node< GT >::operator() ( typename GT::Node ) const
inlinenoexcept

Definition at line 1193 of file tpl_graph.H.


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