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

Default filter for filtered iterators on arcs. More...

#include <tpl_graph.H>

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

Public Member Functions

bool operator() (typename GT::Arc *) const noexcept
 
void set_cookie (void *) noexcept
 

Detailed Description

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

Default filter for filtered iterators on arcs.

The default filtering action is none: that is, all the arcs would be shown.

Definition at line 999 of file tpl_graph.H.

Member Function Documentation

◆ operator()()

template<class GT >
bool Aleph::Dft_Show_Arc< GT >::operator() ( typename GT::Arc ) const
inlinenoexcept

Definition at line 1001 of file tpl_graph.H.

◆ set_cookie()

template<class GT >
void Aleph::Dft_Show_Arc< GT >::set_cookie ( void )
inlinenoexcept

Definition at line 1006 of file tpl_graph.H.


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