Variable lsst::afw::math::IS_NOTHROW_INIT

Variable Documentation

template<typename T>
bool constexpr lsst::afw::math::IS_NOTHROW_INIT = noexcept(static_cast<T>(1.0))

Test that a Function’s return value is nothrow-castable to T

std::complex is an example of a numeric type that does not satisfy this requirement.