claw 1.9.0
 
Loading...
Searching...
No Matches
claw::meta::type_list_maker_7< T1, T2, T3, T4, T5, T6, T7 > Struct Template Reference

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

#include <type_list.hpp>

Public Types

typedef type_list< T1, typename type_list_maker_6< T2, T3, T4, T5, T6, T7 >::result > result
 The list described by this implementation.
 

Detailed Description

template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7>
struct claw::meta::type_list_maker_7< T1, T2, T3, T4, T5, T6, T7 >

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

Definition at line 201 of file type_list.hpp.

Member Typedef Documentation

◆ result

template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7>
typedef type_list< T1, typename type_list_maker_6<T2, T3, T4, T5, T6, T7>::result> claw::meta::type_list_maker_7< T1, T2, T3, T4, T5, T6, T7 >::result

The list described by this implementation.

Definition at line 206 of file type_list.hpp.


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