Jpp 19.3.0-rc.1
the software that should make you happy
|
Auxiliary base class for compile time evaluation of test. More...
#include <JTest.hh>
Classes | |
struct | JFalse |
definition of false More... | |
struct | JTrue |
definition of true More... | |
struct | JTypecheck |
Auxiliary class for type checking. More... | |
Static Protected Member Functions | |
static JFalse | test (...) |
default false | |
template<class __T__ > | |
static JFalse | test (...) |
default false | |
Auxiliary base class for compile time evaluation of test.
The derived class should implement the static method JTest::test, returning JTest::JTrue. The macro JTest::JTEST will then return true if the given test is successful.
|
staticprotected |
default false
|
staticprotected |
default false