![]() |
Lumiera 0.pre.04
»edit your freedom«
|
unit test GeneratorCombinations_test More...
Go to the source code of this file.
unit test GeneratorCombinations_test
Definition in file generator-combinations-test.cpp.
#include "lib/test/run.hpp"#include "lib/meta/generator.hpp"#include "lib/meta/generator-combinations.hpp"#include "meta/typelist-diagnostics.hpp"#include "lib/format-string.hpp"#include "lib/format-cout.hpp"Namespaces | |
| namespace | lib |
| Implementation namespace for support and library code. | |
| namespace | lib::meta |
| namespace | lib::meta::test |
| namespace | lib::meta::test::anonymous_namespace{generator-combinations-test.cpp} |
Typedefs | |
| typedef Types< Num< 1 >, Num< 3 >, Num< 5 > > | Types1 |
| typedef Types< Num< 2 >, Num< 4 >, Num< 6 > > | Types2 |
| typedef TestCase< void, void, Nil > | IterationEnd |
Classes | |
| struct | TestCase< T1, T2, BASE > |
| A Test-Template to be instantiated for all possible combinations of the {Types1} x {Types2}. More... | |
| struct | TestCase< void, void, Nil > |
| class | GeneratorCombinations_test |
Functions | |
| LAUNCHER (GeneratorCombinations_test, "unit common") | |
| Register this test class... | |