From: shunsuke (pstade.mb_at_[hidden])
Date: 2007-11-29 13:50:10


Michael Linck wrote:
> Is there an elegant way to go from a vector of types to an argument list
> for another template? I would have to use this mechanism to also
> specialize various other functions, like the one that accepts sets of
> arguments, and some kind of struct for holding those arguments at
> run-time.

Boost.FunctionTypes might help in this case.
BTW, I've implemented template arguments "projection":
   http://tinyurl.com/36kett

Regards,

-- 
Shunsuke Sogame