13 #ifndef TINYMPL_TRANSFORM2_HPP
14 #define TINYMPL_TRANSFORM2_HPP
16 #include <tinympl/as_sequence.hpp>
17 #include <tinympl/transform_many.hpp>
33 template <
class Sequence1,
35 template<
class ...>
class F,
36 template<
class ...>
class Out =
37 as_sequence<Sequence1>::template rebind >
42 #endif // TINYMPL_TRANSFORM2_HPP