| 
    Jpp
    16.0.0-rc.2
    
   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  More... | |
| template<class __T__ > | |
| static JFalse | test (...) | 
| default false  More... | |
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
 1.8.5