$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Juerg Tschirren (yg-boost-users_at_[hidden])
Date: 2002-10-28 22:44:03
In the Boost Graph Library, is it possible to have a custom-defined type
for vertices, e.g., I would like to have
boost::graph_traits<Graph>::vertex_descriptor
map to
std::pair<int,int>
Can this be done? If yes, how?
Juerg