Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | List of all members
JLANG::JAppend< JHead_t, JTail_t > Struct Template Reference

Append to type list. More...

#include <JTypeList.hh>

Public Types

typedef JTypeList< JHead_t,
JTail_t > 
typelist
 

Detailed Description

template<class JHead_t, class JTail_t>
struct JLANG::JAppend< JHead_t, JTail_t >

Append to type list.

Source code is taken from reference: A. Alexandrescu, Modern C++ Design, Addison Wesley. Template specialisation of append to type list.

Definition at line 61 of file JTypeList.hh.

Member Typedef Documentation

template<class JHead_t, class JTail_t>
typedef JTypeList<JHead_t, JTail_t> JLANG::JAppend< JHead_t, JTail_t >::typelist

Definition at line 63 of file JTypeList.hh.


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