Templa 0.0.1-alpha
C++ Metaprogramming Utilities
|
Get the type at a given index in a parameter pack. More...
#include <type_list.hpp>
Public Types | |
using | type |
Type at index idx. |
Get the type at a given index in a parameter pack.
idx | Index to access. |
Ts | Parameter pack of types. |
using templa::type_at_index< idx, Ts >::type |
Type at index idx.