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

Default arc initializer for random graph generation. More...

#include <random_graph.H>

Public Member Functions

void operator() (GT &, typename GT::Arc *) const noexcept
 

Detailed Description

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

Default arc initializer for random graph generation.

This functor does nothing; it exists as a default template parameter for Random_Graph and Random_Digraph when no custom initialization is required.

Template Parameters
GTGraph type.

Definition at line 87 of file random_graph.H.

Member Function Documentation

◆ operator()()

template<class GT >
void Aleph::Dft_Init_Rand_Arc< GT >::operator() ( GT ,
typename GT::Arc  
) const
inlinenoexcept

Definition at line 89 of file random_graph.H.


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