
18 Dec
2009
18 Dec
'09
3:37 p.m.
Hi,
struct inputs {
double input1;
int input2;
bool input3;
};
Given type 'inputs', how to I write a metafunction that can return to me
this type:
rangify<inputs>::type identical to
struct inputs_rangified {
union { double fixed; boost::tuple