Subject: [boost] [fusion] Signature Params -> vector
From: Daniel Larimer (dlarimer_at_[hidden])
Date: 2011-02-25 01:11:33


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>