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

Extract the i-th element of a variadic template. More...

#include <tinympl/variadic/at.hpp>

Detailed Description

template<int i, class... Args>
class tinympl::variadic::at< i, Args >

Extract the i-th element of a variadic template.

Parameters
iThe index to extract

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