Developer documentation

mmx::texp::tlist< A, B > Struct Template Reference

type list node More...

#include <texp_list.hpp>

Public Types

typedef A car
 
typedef B cdr
 

Detailed Description

template<class A, class B>
struct mmx::texp::tlist< A, B >

type list node

type list definition similar to the Typelist of Loki.

Member Typedef Documentation

template<class A , class B >
typedef A mmx::texp::tlist< A, B >::car
template<class A , class B >
typedef B mmx::texp::tlist< A, B >::cdr

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