struct params_field1_field2_field3_field4
{
double field1;
double field2;
double field3;
double field4;
};
There are 15 of these, which is 2^4 -1, where 4 is the number of
members in params.
Assuming params is adapted as a fusion sequence, this looks doable with
PP?
Should I be looking at BOOST_PP_LIST_FOLD_xxx macros?
regards,