![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
unit test DuckDetector_test: duck typing through metaprogramming More...
Go to the source code of this file.
unit test DuckDetector_test: duck typing through metaprogramming
Definition in file duck-detector-test.cpp.
#include "lib/test/run.hpp"#include "lib/meta/duck-detector.hpp"#include "lib/format-cout.hpp"#include "lib/util.hpp"Namespaces | |
| namespace | lib |
| Implementation namespace for support and library code. | |
| namespace | lib::meta |
| namespace | lib::meta::test |
| namespace | lib::meta::test::anonymous_namespace{duck-detector-test.cpp} |
Macros | |
| #define | SHOW_CHECK(_EXPR_) cout << STRINGIFY(_EXPR_) << "\t : " << (_EXPR_::value? "Yes":"No") << endl; |
Classes | |
| struct | PropperGander |
| struct | Propaganda |
| class | DuckDetector_test |
Functions | |
| LAUNCHER (DuckDetector_test, "unit meta") | |
| Register this test class... | |
| #define SHOW_CHECK | ( | _EXPR_ | ) | cout << STRINGIFY(_EXPR_) << "\t : " << (_EXPR_::value? "Yes":"No") << endl; |
Definition at line 50 of file duck-detector-test.cpp.