tinympl
0.2
mini MPL library for C++11
|
Reverse the input sequence. More...
#include <tinympl/variadic/reverse.hpp>
Reverse the input sequence.
Out | the output sequence type, defaults to the same kind of the input sequence type |
Args... | the input sequence |
reverse<...>::type
is a type templated from Out
which contains the reversed sequence