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

/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dstring.cpp328 stod(const string& str, size_t* idx) function
330 return as_float<double>( "stod", str, idx );
334 stod(const wstring& str, size_t* idx) function
336 return as_float<double>( "stod", str, idx );

Completed in 93 milliseconds