Lines Matching refs:as_float
203 V as_float( const string& func, const S& s, size_t* idx = nullptr );
208 as_float( const string& func, const string& s, size_t* idx ) in as_float() function
216 as_float(const string& func, const string& s, size_t* idx ) in as_float() function
224 as_float( const string& func, const string& s, size_t* idx ) in as_float() function
232 as_float( const string& func, const wstring& s, size_t* idx ) in as_float() function
240 as_float( const string& func, const wstring& s, size_t* idx ) in as_float() function
248 as_float( const string& func, const wstring& s, size_t* idx ) in as_float() function
318 return as_float<float>( "stof", str, idx ); in stof()
324 return as_float<float>( "stof", str, idx ); in stof()
330 return as_float<double>( "stod", str, idx ); in stod()
336 return as_float<double>( "stod", str, idx ); in stod()
342 return as_float<long double>( "stold", str, idx ); in stold()
348 return as_float<long double>( "stold", str, idx ); in stold()