Midge  v3.9.2
Data Processing Framework
Classes | Namespaces | Typedefs
typeat.hh File Reference
#include "typenull.hh"
Include dependency graph for typeat.hh:

Go to the source code of this file.

Classes

struct  type_at_impl< x_index, x_types >
 
struct  type_at_impl< x_index, x_head, x_tail... >
 
struct  type_at_impl< 0, x_head, x_tail... >
 
struct  type_at_impl< x_index >
 

Namespaces

 midge
 

Typedefs

template<int x_index, class... x_types>
using type_at = typename type_at_impl< x_index, x_types... >::type
 Determines the type at position x_index within parameter pack x_types. More...