Tatooine
Classes | Typedefs
Collaboration diagram for push_back:

Classes

struct  tatooine::type_list_push_back_impl< TypeList, NewBack >
 
struct  tatooine::type_list_push_back_impl< type_list_impl< Types... >, NewBack >
 

Typedefs

template<typename TypeList , typename NewBack >
using tatooine::type_list_push_back = typename type_list_push_back_impl< TypeList, NewBack >::type
 

Detailed Description

Using tatooine::type_list_push_back one can append a new type at the back of a tatooine::type_list_impl.

Typedef Documentation

◆ type_list_push_back

template<typename TypeList , typename NewBack >
using tatooine::type_list_push_back = typedef typename type_list_push_back_impl<TypeList, NewBack>::type