14#include "MantidKernel/DllConfig.h"
25constexpr int EMPTY_INT() noexcept {
return std::numeric_limits<int>::max(); }
31constexpr long EMPTY_LONG() noexcept {
return std::numeric_limits<long>::max(); }
37constexpr int64_t
EMPTY_INT64() noexcept {
return std::numeric_limits<int64_t>::max(); }
43constexpr double EMPTY_DBL() noexcept {
return std::numeric_limits<double>::max() / 2; }
Helper class which provides the Collimation Length for SANS instruments.
constexpr int EMPTY_INT() noexcept
Returns what we consider an "empty" integer within a property.
constexpr long EMPTY_LONG() noexcept
Returns what we consider an "empty" long within a property.
constexpr int64_t EMPTY_INT64() noexcept
Returns what we consider an "empty" int64_t within a property.
constexpr double EMPTY_DBL() noexcept
Returns what we consider an "empty" double within a property.