Specialization of graph_multiplicity_base_container_selector for NONMULTIEDGES graph. More...
Public Types | |
typedef graph_base_container_NME< Traits::d_type, typename Traits::vertex_property, typename Traits::edge_property, Traits > | type |
Specialization of graph_multiplicity_base_container_selector for NONMULTIEDGES graph.
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. |