tinympl
0.2
mini MPL library for C++11
|
Transform many input sequences using a function. More...
#include <tinympl/transform_many.hpp>
Transform many input sequences using a function.
F | The transform function. F<Args...>::type , where size<Args...>::value is the number of input sequences, must be a valid expression. |
Out | The output sequence type |
Sequences... | The input sequences |
transform_many<...>::type
is a type templated from Out
which contains the transformed types