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

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

Public Types

typedef vertex_property_impl< VD, Property, AdjList > type
 

Detailed Description

template<typename VD, typename Property, typename AdjList>
struct stapl::sequential::select_vertex< VD, Property, AdjList >

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

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

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