tinympl  0.2
mini MPL library for C++11
tinympl::transform_many< F, Out, Sequences > Class Template Reference

Transform many input sequences using a function. More...

#include <tinympl/transform_many.hpp>

Detailed Description

template<template< class...> class F, template< class...> class Out, class... Sequences>
class tinympl::transform_many< F, Out, Sequences >

Transform many input sequences using a function.

Parameters
FThe transform function. F<Args...>::type, where size<Args...>::value is the number of input sequences, must be a valid expression.
OutThe output sequence type
Sequences...The input sequences
Returns
transform_many<...>::type is a type templated from Out which contains the transformed types

The documentation for this class was generated from the following file: