Searched defs:stod (Results 1 – 1 of 1) sorted by relevance
222 double stod(const string& str, size_t* idx) { return as_float<double>("stod", str, idx); } in stod() function243 double stod(const wstring& str, size_t* idx) { return as_float<double>("stod", str, idx); } in stod() function