Class for selecting between multi-edged and non-multi-edged graphs. More...
Class for selecting between multi-edged and non-multi-edged graphs.
D | graph-attribute specifying Multiedge. (DIRECTED/UNDIRECTED). |
VertexP | type of property for the vertex. Must be default assignable, copyable and assignable. |
EdgeP | type of property for the edge. Must be default assignable, copyable and assignable. |
Traits | A traits class that defines customizable components of graph, such as the domain type, vertex type, edge type, edgelist type, storage, etc. E.g. graph_base_container_traits. |
MultiType | graph-attribute specifying Multi-edgedness (MULTIEDGES/NONMULTIEDGES). |