Searched defs:stof (Results 1 – 3 of 3) sorted by relevance
149 inline float stof(const std::string &str) in stof() function189 int stof(Ts &&... args) in stof() function
310 stof(const string& str, size_t* idx) in stof() function316 stof(const wstring& str, size_t* idx) in stof() function
220 float stof(const string& str, size_t* idx) { return as_float<float>("stof", str, idx); } in stof() function241 float stof(const wstring& str, size_t* idx) { return as_float<float>("stof", str, idx); } in stof() function