Tatooine
Classes | Typedefs
Collaboration diagram for front:

Classes

struct  tatooine::type_list_front_impl< TypeList >
 
struct  tatooine::type_list_front_impl< type_list_impl< Types... > >
 
struct  tatooine::type_list_front_impl< type_list_impl<> >
 

Typedefs

template<typename TypeList >
using tatooine::type_list_front = typename type_list_front_impl< TypeList >::type
 

Detailed Description

tatooine::type_list_back returns the first element of a tatooine::type_list_impl.

Typedef Documentation

◆ type_list_front

template<typename TypeList >
using tatooine::type_list_front = typedef typename type_list_front_impl<TypeList>::type