Function wtod_nothrow (o2scl)

O2scl : Function List

int o2scl::wtod_nothrow(std::wstring s, double &result)

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

int o2scl::wtod_nothrow(std::wstring s, long double &result)

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

template<class fp_t>
int o2scl::wtod_nothrow(std::wstring s, fp_t &result)

Convert a string to a multiprecision boost number.