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

Reverse the input sequence. More...

#include <tinympl/variadic/reverse.hpp>

Detailed Description

template<template< class...> class Out, class... Args>
class tinympl::variadic::reverse< Out, Args >

Reverse the input sequence.

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

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