Tatooine
Classes | Typedefs
Collaboration diagram for back:

Classes

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

Typedefs

template<typename TypeList >
using tatooine::type_list_back = typename type_list_back_impl< TypeList >::type
 

Detailed Description

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

Typedef Documentation

◆ type_list_back

template<typename TypeList >
using tatooine::type_list_back = typedef typename type_list_back_impl<TypeList>::type