Home
last modified time | relevance | path

Searched defs:stod (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/src/
H A Dstring.cpp222 double stod(const string& str, size_t* idx) { return as_float<double>("stod", str, idx); } in stod() function
243 double stod(const wstring& str, size_t* idx) { return as_float<double>("stod", str, idx); } in stod() function