STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::graph_directedness_container_selector< DirectedType, M, OptionalParams > Struct Template Reference

Class for selecting between directed and undirected graphs. More...

Detailed Description

template<graph_attributes DirectedType, graph_attributes M, typename ... OptionalParams>
struct stapl::graph_directedness_container_selector< DirectedType, M, OptionalParams >

Class for selecting between directed and undirected graphs.

Template Parameters
Mgraph-attribute specifying Multiedge. (MULTIEDGES/NONMULTIEDGES).
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.
PSPartition strategy that defines how to partition the original domain into subdomains.
MMapper that defines how to map the subdomains produced by the partition to locations.
TraitsA traits class that defines customizable components of graph, such as the domain type, base container type, storage, etc.
DirectedTypegraph-attribute specifying Directedness (DIRECTED/UNDIRECTED).

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