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 > |
Helper for selecting the edge implementation based on property on edge and directedness of graph. Specializations for edges with no property are below.
VertexDescriptor | The type of the vertex descriptor. |
Property | The type of the edge property. |
Directedness | Tag for directed or undirected graph. |