Helper for selecting the edge implementation based on property on edge and directedness of graph. More...
Public Types | |
typedef graph_property_edge< VertexDescriptor, Property > | type |
Helper for selecting the edge implementation based on property on edge and directedness of graph.
Other specializations for undirected are in undirected_util.h
VertexDescriptor | The type of the vertex descriptor. |
Property | The type of the edge property. |
Directedness | Tag for directed or undirected graph. |