Searched defs:stof (Results 1 – 1 of 1) sorted by relevance
220 float stof(const string& str, size_t* idx) { return as_float<float>("stof", str, idx); } in stof() function 241 float stof(const wstring& str, size_t* idx) { return as_float<float>("stof", str, idx); } in stof() function