Generating tuples for tuples

Posted by Nicola Bonelli on Stack Overflow See other posts from Stack Overflow or by Nicola Bonelli
Published on 2010-03-17T07:38:48Z Indexed on 2010/03/17 7:41 UTC
Read the original article Hit count: 384

Filed under:
|
|

Say you have a tuple and want to generate a new tuple by applying a metafunction on each type of the first one. What' the most efficient C++ metafuntion to accomplish to this task? Is it also possible to use C++0x variadic template to provide a better implementation?

© Stack Overflow or respective owner

Related posts about c++

Related posts about c++0x