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

/freebsd-10-stable/contrib/libc++/src/
H A Dstring.cpp313 stof(const string& str, size_t* idx) function
315 return as_float<float>( "stof", str, idx );
319 stof(const wstring& str, size_t* idx) function
321 return as_float<float>( "stof", str, idx );

Completed in 102 milliseconds