2 #ifndef INTEGRAL_CONSTANT_H
3 #define INTEGRAL_CONSTANT_H
6 template <
class T, T val>
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