Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
typelist-test.cpp File Reference

unit test TypeList_test More...

Go to the source code of this file.

Description

unit test TypeList_test

Definition in file typelist-test.cpp.

#include "lib/test/run.hpp"
#include "lib/meta/typelist.hpp"
#include <iostream>

Namespaces

namespace  lib
 Implementation namespace for support and library code.
 
namespace  lib::meta
 
namespace  lib::meta::test
 

Typedefs

using SequenceOfTypes = Types< Block< 21 >, Block< 13 >, Block< 8 >, Block< 5 >, Block< 3 >, Block< 2 >, Block< 1 > >
 
using ListOfTypes = SequenceOfTypes::List
 
using AssembledClass = Chain< ListOfTypes, Ending >
 

Classes

struct  Block< I >
 
struct  Ending
 
class  Chain< X, P >
 
class  Chain< Node< H, T >, P >
 
class  TypeList_test
 

Functions

 LAUNCHER (TypeList_test, "unit common")
 Register this test class...