Tatooine
Classes | Typedefs
Collaboration diagram for pop_back:

Classes

struct  tatooine::type_list_pop_back_impl< TypeList, TypesAccumulator >
 
struct  tatooine::type_list_pop_back_impl< type_list_impl< T0, T1, Rest... >, TypesAccumulator... >
 
struct  tatooine::type_list_pop_back_impl< type_list_impl< T >, TypesAccumulator... >
 
struct  tatooine::type_list_pop_back_impl< type_list_impl<>, TypesAccumulator... >
 

Typedefs

template<typename TypeList >
using tatooine::type_list_pop_back = typename type_list_pop_back_impl< TypeList >::type
 

Detailed Description

Using tatooine::type_list_push_back one can remove the back of a tatooine::type_list_impl.

Typedef Documentation

◆ type_list_pop_back

template<typename TypeList >
using tatooine::type_list_pop_back = typedef typename type_list_pop_back_impl<TypeList>::type