Function s32tod_nothrow (o2scl)

O2scl : Function List

int o2scl::s32tod_nothrow(std::u32string s, double &result)

Convert a string to a double returning non-zero value for failure.

int o2scl::s32tod_nothrow(std::u32string s, long double &result)

Convert a string to a long double returning non-zero value for failure.

template<class fp_t>
int o2scl::s32tod_nothrow(std::u32string s, fp_t &result)

Convert a string to a multiprecision boost number.