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

Get the i-th element of a sequence. More...

#include <tinympl/at.hpp>

Detailed Description

template<std::size_t I, class Sequence>
class tinympl::at< I, Sequence >

Get the i-th element of a sequence.

Parameters
IThe index of the desired element
SeqThe input sequence

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