tinympl  0.2
mini MPL library for C++11
tinympl::reverse< Sequence, Out > Class Template Reference

Reverse the input sequence. More...

#include <tinympl/reverse.hpp>

Detailed Description

template<class Sequence, template< class...> class Out = as_sequence<Sequence>::template rebind>
class tinympl::reverse< Sequence, Out >

Reverse the input sequence.

Parameters
Sequencethe input sequence
Outthe output sequence type, defaults to the same kind of the input sequence type
Returns
reverse<...>::type is a type templated from Out which contains the reversed sequence
See also
variadic::reverse

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