Boost logo

Boost :

From: Larry Evans (cppljevans_at_[hidden])
Date: 2005-02-15 08:32:31


On 02/15/2005 05:12 AM, Joel de Guzman wrote:
> Larry Evans wrote:
[snip]
>> What are the s and k types w.r.t. fusion::set<T1,T2,...,Tn>?
>
[snip]
> Of course! That's because MPL uses metafunctions.
> Fusion's counterpart will be: insert(s, k).
>

Is the above insert a non-member function with signature:

   template<typename T1, ...,typename Tn>
   void insert(fusion::set<T1,,,Tn>& s, Tk e);

for some k in 1...n, and the above insert places element e
in s?


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