refl-cpp
refl::trait::get< N, type_list< Ts... > > Struct Template Reference

Provides a member typedef type which is the N-th type in the provided type_list. More...

#include <refl.hpp>

Detailed Description

template<size_t N, typename... Ts>
struct refl::trait::get< N, type_list< Ts... > >

Provides a member typedef type which is the N-th type in the provided type_list.

typename get<0, type_list<int, float>>::type -> int
typename get<1, type_list<int, float>>::type -> float

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