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

Helper for selecting the edge implementation based on property on edge and directedness of graph. Specializations for edges with no property are below. More...

Public Types

using type = sequential::graph_property_edge< VertexDescriptor, Property >
 

Detailed Description

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

Helper for selecting the edge implementation based on property on edge and directedness of graph. Specializations for edges with no property are below.

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: