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

Helper for selecting the vertex implementation depending on if the hierarchical graph is with or without properties on vertices. More...

Public Types

typedef hgraph_vertex_property_impl< VD, AdjList, Propertytype
 

Detailed Description

template<class VD, class AdjList, class Property>
struct stapl::sequential::hgraph_select_vertex< VD, AdjList, Property >

Helper for selecting the vertex implementation depending on if the hierarchical graph is with or without properties on vertices.

Template Parameters
VDThe type of the vertex descriptor.
AdjListThe type of the adjacency list.
PropertyThe type of the vertex property.

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