29 Nov
2007
29 Nov
'07
6:50 p.m.
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