Boost logo

Boost :

From: kevin_vanhorn_at_[hidden]
Date: 2001-04-03 16:30:23


It's not at all clear from the documentation what kind of
value ep should be in add_edge(u, v, ep, g) (and similarly for
vp in add_vertex(vp, g)). After spending a considerable amount
of time searching through code and the examples that came
with the library, I finally found that an object of type
property<Tag, T, Base> holds a value of type T (and, of course,
Base), and that there is a ctor to create a property<> object
from a value of type T... and this is what I need to pass in
for ep or vp.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk