BGL - edge descriptor and map

I'd like to specify better my problem. I'd like to use an
edge_descriptor (graph_traits<G>::edge_descriptor) as key in a map. The
graph type is something like this:
typedef adjacency_list

You have to do something like this - but this doesn't support multigraphs
template<typename EdgeType>
struct EdgeCompare : public std::binary_function
participants (2)
-
Giulio Veronesi
-
Tony Cook