$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Sachin Ahuja (sa3h1n_at_[hidden])
Date: 2005-03-17 18:58:23
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