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

Helper for selecting the edge implementation based on property on edge and directedness of graph. More...

Public Types

typedef graph_property_edge< VertexDescriptor, Propertytype
 

Detailed Description

template<typename VertexDescriptor, typename Property, graph_attributes Directedness>
struct stapl::sequential::select_edge< VertexDescriptor, Property, Directedness >

Helper for selecting the edge implementation based on property on edge and directedness of graph.

Other specializations for undirected are in undirected_util.h

Template Parameters
VertexDescriptorThe type of the vertex descriptor.
PropertyThe type of the edge property.
DirectednessTag for directed or undirected graph.

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