Boost logo

Boost Users :

From: Jeremy Siek (jsiek_at_[hidden])
Date: 2004-03-15 11:41:12


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.

The online docs for PropertyGraph and MutablePropertyGraph look a bit
out of date, and need to be sync'd with the graph_concepts.hpp.

Cheers,
Jeremy

On Mar 14, 2004, at 7:00 PM, Douglas Gregor wrote:

> Is this possible? A well-defined return type from get(p, g) when p is
> not an
> internal property of graph g would suffice.
>
> Doug
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net