
25 Feb
2011
25 Feb
'11
6:15 a.m.
On 25/02/11 07:11, Daniel Larimer wrote:
I would like to know if there is an existing way to achieve the following:
params_to_vector<void(int,double,string)>::type => boost::fusion::vector<int,double,string> _______________________________________________ Unsubscribe& other changes: http://lists.boost.org/mailman/listinfo.cgi/boost Look at function_traits, there is metafunction to build such transformation.