Home
last modified time | relevance | path

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

/llvm-project/libcxx/src/
H A Dstring.cpp220 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