Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
JTest.hh File Reference

Go to the source code of this file.

Classes

struct  JLANG::JTest
 Auxiliary base class for compile time evaluation of test. More...
 
struct  JLANG::JTest::JTrue
 definition of true More...
 
struct  JLANG::JTest::JFalse
 definition of false More...
 

Namespaces

namespace  JLANG
 Auxiliary classes and methods for language specific functionality.
 
namespace  JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Macros

#define JTEST(__A__)
 Test macro.
 

Macro Definition Documentation

◆ JTEST

#define JTEST ( __A__)
Value:
(sizeof(__A__) == sizeof(JTrue))

Test macro.

Parameters
__A__test
Returns
true if test successful; else false

Definition at line 45 of file JTest.hh.