Jpp  18.1.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | List of all members
JLANG::JTYPELIST< T, Args > Struct Template Reference

Auxiliary class for recursive type list generation. More...

#include <JTypeList.hh>

Public Types

typedef JTypeList< T, typename
JTYPELIST< Args...>::typelist
typelist
 

Detailed Description

template<class T, class... Args>
struct JLANG::JTYPELIST< T, Args >

Auxiliary class for recursive type list generation.

Definition at line 351 of file JTypeList.hh.

Member Typedef Documentation

template<class T, class... Args>
typedef JTypeList<T, typename JTYPELIST<Args...>::typelist> JLANG::JTYPELIST< T, Args >::typelist

Definition at line 352 of file JTypeList.hh.


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