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

/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstring.cpp335 stold(const string& str, size_t* idx) function
337 return as_float<long double>( "stold", str, idx );
341 stold(const wstring& str, size_t* idx) function
343 return as_float<long double>( "stold", str, idx );

Completed in 49 milliseconds