STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::graph_storage_multiplicity_base_container_selector< Traits, NONMULTIEDGES > Struct Template Reference

Specialization of graph_multiplicity_base_container_selector for NONMULTIEDGES graph. More...

Public Types

typedef graph_base_container_storage_NME< Traits::d_type, typename Traits::vertex_property, typename Traits::edge_property, Traits > type
 

Detailed Description

template<typename Traits>
struct stapl::graph_storage_multiplicity_base_container_selector< Traits, NONMULTIEDGES >

Specialization of graph_multiplicity_base_container_selector for NONMULTIEDGES graph.

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.

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