Jpp
18.0.1-rc.1
the software that should make you happy
|
Go to the source code of this file.
Classes | |
struct | JLANG::JAssert< bool, T > |
Generation of compiler error. More... | |
struct | JLANG::JAssert< true, T > |
Implementation of valid assertion. More... | |
Namespaces | |
JLANG | |
Auxiliary classes and methods for language specific functionality. | |
JPP | |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Macros | |
#define | STATIC_CHECK(expr) { JLANG::JAssert<expr>(); } |
#define STATIC_CHECK | ( | expr | ) | { JLANG::JAssert<expr>(); } |
Definition at line 31 of file JAssert.hh.