11 Jul
2008
11 Jul
'08
1:15 p.m.
You can use boost::fusion::vector (or boost::tuple) as a container. You can use boost::fusion::for_each to iterate through it (there are other algorithms in fusion of course). <...> int main() { using namespace boost::fusion; vector
v; for_each(v, show()); } HTH, Roman Perepelitsa.
Correct me if i'm mistaken, but fusion::vector