tinympl
0.2
mini MPL library for C++11
|
Transform two input sequences using a function. More...
#include <tinympl/transform2.hpp>
Inherits tinympl::transform_many< F, Out, Sequence1, Sequence2 >.
Transform two input sequences using a function.
Sequence1 | the first input sequence |
Sequence2 | the second input sequence |
F | The transform function. F<T,U>::type must be a valid expression |
Out | The output sequence type, defaults to the same kind of the input sequence |
transform2<...>::type
is a type templated from Out
which contains the transformed types