realroot_doc 0.1.1
/Users/mourrain/Devel/mmx/realroot/include/realroot/texp_tests.hpp File Reference

Go to the source code of this file.

Classes

Namespaces

Defines


Define Documentation

#define typelist1 (   a)    Type::Pair< a, Type::null_t >

Definition at line 125 of file texp_tests.hpp.

#define typelist2 (   a,
 
)    Type::Pair< a, typelist1(b) >

Definition at line 126 of file texp_tests.hpp.

#define typelist3 (   a,
  b,
 
)    Type::Pair< a, typelist2(b,c) >

Definition at line 127 of file texp_tests.hpp.

#define typelist4 (   a,
  b,
 
)    Type::Pair< a, typelist3(b,c,d) >

Definition at line 128 of file texp_tests.hpp.