|
GraphDom
|
This class template is the default vertex labeller used by all labeled-edge graphs if no user-specified vertex labeller is provided. More...
#include <labeled_edge_graph.h>
Public Member Functions | |
| constexpr EdgeLabelType | operator() (const typename graph< VertexType >::vertex_const_handle &, const typename graph< VertexType >::vertex_const_handle &) const |
| constexpr EdgeLabelType | operator() (const typename graph< VertexType >::vertex_const_handle &, const typename graph< VertexType >::vertex_const_handle &, edge_type) const |
This class template is the default vertex labeller used by all labeled-edge graphs if no user-specified vertex labeller is provided.
|
inlinenodiscardconstexpr |
This operator always returns a default-constructed instance of EdgeLabelType type.
EdgeLabelType type.
|
inlinenodiscardconstexpr |
This operator always returns a default-constructed instance of EdgeLabelType type.
EdgeLabelType type.