A short graph edge with a property. More...
Public Member Functions | |
| short_graph_property_edge (edge_descriptor_type const &ed, property_type p=property_type{}) | |
| Creates an edge for the graph with the given descriptor and property.  More... | |
| vertex_descriptor | target (void) const noexcept | 
| property_type | property (void) const noexcept | 
Public Types | |
| using | vertex_descriptor = VertexDescriptor | 
| using | edge_descriptor_type = edge_descriptor_impl< vertex_descriptor > | 
| using | edge_id_type = typename edge_descriptor_type::edge_id_type | 
| using | property_type = Property | 
Protected Attributes | |
| vertex_descriptor | m_target | 
| property_type | m_property | 
A short graph edge with a property.
A short edge is one that only has information about the target, and no source or id information.
| stapl::sequential::short_graph_property_edge< VertexDescriptor, Property >::short_graph_property_edge | ( | edge_descriptor_type const & | ed, | 
| property_type | p = property_type{}  | 
        ||
| ) | 
Creates an edge for the graph with the given descriptor and property.
| ed | The descriptor of this edge. | 
| p | The property of this edge (no_property). | 
 1.8.13