Boost logo

Boost Users :

From: Peng Yu (pengyu.ut_at_[hidden])
Date: 2008-07-11 18:38:08


Hi,

template <typename T, typename R>
class A;

I would like a template function, whose argument should be of the type like.

boost::fusion::vector<A<T, R1>, A<T, R2>,...>

Basically, it is a vector of A. The first template arguments of A's
should be the same, but the second ones are not necessarily the same.

Would you please let me know how to do this?

Thanks,
Peng


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