26#ifndef quantlib_null_hpp
27#define quantlib_null_hpp
45 return (std::numeric_limits<float>::max)();
54 return (std::numeric_limits<int>::max)();
60 #ifdef QL_NULL_AS_FUNCTIONS
65 return T(detail::FloatingPointNull<std::is_floating_point<T>::value>::nullValue());
template class providing a null value for a given type.
static constexpr int nullValue()
static constexpr float nullValue()