Boost logo

Boost :

Subject: Re: [boost] [TypeErasure] Forward constructors and binded types
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2012-07-18 13:43:15


AMDG

On 07/18/2012 10:27 AM, Vicente Botet wrote:
>
>>>>>
>>>>>> On 07/18/12 01:29, Vicente J. Botet Escriba wrote:
>>>>>>> <snip>
>>>>>>>
>>>>>>> std::vector<double> vec;
>>>>>>> int i = 10;
>>>>>>> double d = 2.5;
>>>>>>> tuple<construct, _a&, _b, _c> t(vec, i, d);
>>>>>>> any<construct, _a> v(get<1>(t), get<2>(t));
>>>>>>>
>>>
>>> <snip>
>
> Please, could you point me to the any constructor used in
>
> any<construct, _a> v(get<1>(t), get<2>(t));
>

Do you mean:

http://steven_watanabe.users.sourceforge.net/type_erasure/libs/type_erasure/doc/html/boost/type_erasure/any.html#id2370327-bb

In Christ,
Steven Watanabe


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