Functor that adds a given edge to a graph. More...
Public Member Functions | |
| add_edge (bool add_reverse_edge) | |
| template<typename Edge , typename Graph > | |
| void | operator() (Edge e, Graph g) |
Public Types | |
| using | result_type = void |
Functor that adds a given edge to a graph.
1.8.13