A
ares.lagae
- I have a typelist and I want to declare a member variable for each
of the types. How can I do that?
E.g. I have the typelist "typedef boost::mpl::vector<int, float>
types;" and I want to declare member variables with type "int" and
"float".
- I have a typelist and I want to declare a variable based on each of
the types types. How can I do that?
E.g. I have the typelist "typedef boost::mpl::vector<int, float>
types;" and I want to declare member variables with type
"std::tr1::function<void(int)>" and "std::tr1::function<void(int)>".
- I have two typelists and I want to declare a variable for each
combination of type of the two lists.
E.g. I have the typelists "typedef boost::mpl::vector<int, long>
types;" and "typedef boost::mpl::vector<float, double> types;" and I
want to declare member variables with type "std:
air<int, float>",
"std:
air<int, double>", "std:
air<long, float>", "std:
air<long,
double>".
Best regards,
of the types. How can I do that?
E.g. I have the typelist "typedef boost::mpl::vector<int, float>
types;" and I want to declare member variables with type "int" and
"float".
- I have a typelist and I want to declare a variable based on each of
the types types. How can I do that?
E.g. I have the typelist "typedef boost::mpl::vector<int, float>
types;" and I want to declare member variables with type
"std::tr1::function<void(int)>" and "std::tr1::function<void(int)>".
- I have two typelists and I want to declare a variable for each
combination of type of the two lists.
E.g. I have the typelists "typedef boost::mpl::vector<int, long>
types;" and "typedef boost::mpl::vector<float, double> types;" and I
want to declare member variables with type "std:
"std:
double>".
Best regards,