13 #ifndef TINYMPL_TRANSFORM_MANY_HPP
14 #define TINYMPL_TRANSFORM_MANY_HPP
16 #include <tinympl/transform.hpp>
17 #include <tinympl/transpose.hpp>
18 #include <tinympl/copy.hpp>
19 #include <tinympl/sequence.hpp>
35 template<
template<
class ...>
class F,
36 template<
class ...>
class Out,
49 #endif // TINYMPL_TRANSFORM_MANY_HPP
Transpose a sequence of sequences.
Definition: transpose.hpp:45
Copy the elements from the input sequence to the output sequence.
Definition: copy.hpp:35
The main sequence type.
Definition: sequence.hpp:28