j
k
j a
j l
Hicham Mouline wrote:
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:
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:
snipped... You might want to look at boost::fusion.
Back to the thread
Back to the list