tinympl
0.2
mini MPL library for C++11
|
Transform an input sequence using a transform function. More...
#include <tinympl/variadic/transform.hpp>
Transform an input sequence using a transform function.
F | The transform function. F<T>::type must be a valid expression |
Out | The output sequence type, defaults to the same kind of the input sequence |
Args... | the input sequence |
transform<...>::type
is a type templated from Out
which contains the transformed types