Searched refs:stof (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstring.cpp311 stof(const string& str, size_t* idx) function
313 return as_float<float>( "stof", str, idx );
317 stof(const wstring& str, size_t* idx) function
319 return as_float<float>( "stof", str, idx );

Completed in 97 milliseconds