Jpp  18.0.0-rc.3
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< JHead_t, JTail_t > Struct Template Reference

Type list. More...

#include <JTypeList.hh>

Public Types

typedef JHead_t head_type
 
typedef JTail_t tail_type
 

Detailed Description

template<class JHead_t = JNullType, class JTail_t = JNullType>
struct JLANG::JTypeList< JHead_t, JTail_t >

Type list.

Definition at line 22 of file JTypeList.hh.

Member Typedef Documentation

template<class JHead_t = JNullType, class JTail_t = JNullType>
typedef JHead_t JLANG::JTypeList< JHead_t, JTail_t >::head_type

Definition at line 24 of file JTypeList.hh.

template<class JHead_t = JNullType, class JTail_t = JNullType>
typedef JTail_t JLANG::JTypeList< JHead_t, JTail_t >::tail_type

Definition at line 25 of file JTypeList.hh.


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