STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::graph_multiplicity_base_container_selector< Traits, MultiType > Struct Template Reference

Class for selecting between multi-edged and non-multi-edged graphs. More...

Detailed Description

template<typename Traits, graph_attributes MultiType>
struct stapl::graph_multiplicity_base_container_selector< Traits, MultiType >

Class for selecting between multi-edged and non-multi-edged graphs.

Template Parameters
Dgraph-attribute specifying Multiedge. (DIRECTED/UNDIRECTED).
VertexPtype of property for the vertex. Must be default assignable, copyable and assignable.
EdgePtype of property for the edge. Must be default assignable, copyable and assignable.
TraitsA 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.
MultiTypegraph-attribute specifying Multi-edgedness (MULTIEDGES/NONMULTIEDGES).

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