Searched defs:stold (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dstring.cpp224 long double stold(const string& str, size_t* idx) { return as_float<long double>("stold", str, idx); } function
245 long double stold(const wstring& str, size_t* idx) { return as_float<long double>("stold", str, idx); } function

Completed in 108 milliseconds