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

Helper class using partial template specialization to translate from a flag (DIRECTED, UNDIRECTED, MULTIEDGES, NONMULTIEDGES) to its corresponding class (DG, UG, MG, NMG) Specialized for Non-Multiedges graph. More...

Public Types

typedef NMG< Traits > type
 

Detailed Description

template<class Traits>
struct stapl::sequential::graph_type< Traits, NONMULTIEDGES >

Helper class using partial template specialization to translate from a flag (DIRECTED, UNDIRECTED, MULTIEDGES, NONMULTIEDGES) to its corresponding class (DG, UG, MG, NMG) Specialized for Non-Multiedges graph.


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