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

Helper class using partial template specialization to translatefrom a flag (DIRECTED, UNDIRECTED, MULTIEDGES, NONMULTIEDGES) to its corresponding class (DG, UG, MG, NMG) More...

Detailed Description

template<class Traits, graph_attributes type>
struct stapl::sequential::graph_type< Traits, type >

Helper class using partial template specialization to translate

from a flag (DIRECTED, UNDIRECTED, MULTIEDGES, NONMULTIEDGES) to its corresponding class (DG, UG, MG, NMG)


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