$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Paul Gregor (gregod_at_[hidden])
Date: 2004-03-15 11:51:14
On Mon, 15 Mar 2004, Jeremy Siek wrote:
> Hi Doug,
>
> There's the vertex_property<Graph>::type and edge_property<Graph>::type
> meta-functions which return the property list. You can then
> use the property_value meta-function on the result, and if that
> returns error_property_not_found, you know it is not there.
Ah ha! I see it now. Thanks!
Doug