Boost logo

Boost :

Subject: Re: [boost] [fusion] Signature Params -> vector
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2011-02-25 01:15:15


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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk