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

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

#include <random_graph.H>

Public Member Functions

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

Detailed Description

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

Default node 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 68 of file random_graph.H.

Member Function Documentation

◆ operator()()

template<class GT >
void Aleph::Dft_Init_Rand_Node< GT >::operator() ( GT ,
typename GT::Node  
) const
inlinenoexcept

Definition at line 70 of file random_graph.H.


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