30 Jan
2010
30 Jan
'10
7:25 a.m.
On Fri, Jan 29, 2010 at 11:57 PM, joel falcou
Hicham Mouline wrote:
Hello, struct params { double field1; double field2; double field3; double fiedl4; }; I would like to generate all the types that hold any combination of the members of params.
Can't you like generate a fusion vector out of combination enumeration ?
like having make_combo< params, vector_c<1,3,4> >
?
sounds "sounder" than the macro.
Or make a fusion function called like permutation or so?