CLAW Library (a C++ Library Absolutely Wonderful) 1.5.5
Public Types

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

A type list with five types, more readable than an imbricated type_list. More...

#include <type_list.hpp>

List of all members.

Public Types

typedef type_list< T1,
typename type_list_maker_4< T2,
T3, T4, T5 >::result
result

Detailed Description

template<typename T1, typename T2, typename T3, typename T4, typename T5>
struct claw::meta::type_list_maker_5< T1, T2, T3, T4, T5 >

A type list with five types, more readable than an imbricated type_list.

Definition at line 162 of file type_list.hpp.


Member Typedef Documentation

template<typename T1, typename T2, typename T3, typename T4, typename T5>
typedef type_list< T1, typename type_list_maker_4<T2, T3, T4, T5>::result > claw::meta::type_list_maker_5< T1, T2, T3, T4, T5 >::result

Definition at line 166 of file type_list.hpp.


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