Jpp 19.3.0-rc.2
the software that should make you happy
Loading...
Searching...
No Matches
JLang/JNumber.hh
Go to the documentation of this file.
1#ifndef __JLANG__JNUMBER__
2#define __JLANG__JNUMBER__
3
4/**
5 * \author mdejong
6 */
7
8namespace JLANG {}
9namespace JPP { using namespace JLANG; }
10
11namespace JLANG {
12
13
14 /**
15 * Wrapper class for integer value.
16 */
17 template<int N>
18 struct JNumber {
19 static const int value = N;
20 };
21}
22
23#endif
Auxiliary classes and methods for language specific functionality.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Wrapper class for integer value.
static const int value