15 Mar
2004
15 Mar
'04
4:51 p.m.
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