17 Mar
2005
17 Mar
'05
11:58 p.m.
Hi all: Is it possible to access the container type that represents the edge-list of a graph. That is, if a graph type is like so: typedef adjacency_list< vecS, vecS, bidirectionalS > graph_type; then, is it possible to do write something like this: typedef typename graph_type::EdgeListContainer EdgeListC; Ditto for the container type that represents the vertex set of a graph. Thanks very much, S