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

/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstring.cpp323 stod(const string& str, size_t* idx) function
325 return as_float<double>( "stod", str, idx );
329 stod(const wstring& str, size_t* idx) function
331 return as_float<double>( "stod", str, idx );

Completed in 62 milliseconds