Public Types

claw::meta::type_list_maker< T1, T2, T3, T4, T5, T6 > Struct Template Reference

A type list with up to six types, more readable than an imbricated type_list, more readable than type_list_maker_1 and others. More...

#include <type_list.hpp>

List of all members.

Public Types

typedef split_type_list_at
< no_type, typename
type_list_maker_6< T1, T2, T3,
T4, T5, T6 >::result >
::left_part_type 
result

Detailed Description

template<typename T1, typename T2 = no_type, typename T3 = no_type, typename T4 = no_type, typename T5 = no_type, typename T6 = no_type>
struct claw::meta::type_list_maker< T1, T2, T3, T4, T5, T6 >

A type list with up to six types, more readable than an imbricated type_list, more readable than type_list_maker_1 and others.

Definition at line 190 of file type_list.hpp.


Member Typedef Documentation

template<typename T1 , typename T2 = no_type, typename T3 = no_type, typename T4 = no_type, typename T5 = no_type, typename T6 = no_type>
typedef split_type_list_at< no_type, typename type_list_maker_6<T1, T2, T3, T4, T5, T6>::result >::left_part_type claw::meta::type_list_maker< T1, T2, T3, T4, T5, T6 >::result

Definition at line 195 of file type_list.hpp.


The documentation for this struct was generated from the following file: