Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
duck-detector-test.cpp File Reference

unit test DuckDetector_test: duck typing through metaprogramming More...

Go to the source code of this file.

Description

unit test DuckDetector_test: duck typing through metaprogramming

Definition in file duck-detector-test.cpp.

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...
 

Macro Definition Documentation

◆ SHOW_CHECK

#define SHOW_CHECK (   _EXPR_)    cout << STRINGIFY(_EXPR_) << "\t : " << (_EXPR_::value? "Yes":"No") << endl;

Definition at line 50 of file duck-detector-test.cpp.