So I\'m new to boost MPL, and I don\'t know how to use it with standard types.
I want a metafunction that coverts this type:
std::tuple
How about the following?
template struct transform; template struct transform> { typedef std::tuple, std::tuple)>...> type; };