MADNESS  version 0.9
integral_constant.h
Go to the documentation of this file.
1 
2 #ifndef INTEGRAL_CONSTANT_H
3 #define INTEGRAL_CONSTANT_H
4 namespace madness {
5  namespace tr1 {
6  template <class T, T val>
8  {
10  typedef T value_type;
11  static const T value = val;
12  };
13 
16  }
17 }
18 
19 namespace std {
23 }
24 
25 #endif
static const T value
Definition: integral_constant.h:11
Definition: mpreal.h:3066
const T1 &f1 return GTEST_2_TUPLE_() T(f0, f1)
integral_constant< T, val > type
Definition: integral_constant.h:9
integral_constant< bool, true > true_type
Definition: integral_constant.h:14
T value_type
Definition: integral_constant.h:10
Definition: integral_constant.h:7
Holds machinery to set up Functions/FuncImpls using various Factories and Interfaces.
Definition: chem/atomutil.cc:45
integral_constant< bool, false > false_type
Definition: integral_constant.h:15