|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Default arc initializer for random graph generation. More...
#include <random_graph.H>
Public Member Functions | |
| void | operator() (GT &, typename GT::Arc *) const noexcept |
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.
| GT | Graph type. |
Definition at line 87 of file random_graph.H.
|
inlinenoexcept |
Definition at line 89 of file random_graph.H.