tinympl  0.2
mini MPL library for C++11
tinympl::variadic::transform< F, Out, Args > Class Template Reference

Transform an input sequence using a transform function. More...

#include <tinympl/variadic/transform.hpp>

Detailed Description

template<template< class...T > class F, template< class... > class Out, class... Args>
class tinympl::variadic::transform< F, Out, Args >

Transform an input sequence using a transform function.

Parameters
FThe transform function. F<T>::type must be a valid expression
OutThe output sequence type, defaults to the same kind of the input sequence
Args...the input sequence
Returns
transform<...>::type is a type templated from Out which contains the transformed types
See also
tinympl::transform

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