Lines Matching refs:as_float
197 V as_float( const string& func, const S& s, size_t* idx = nullptr );
202 as_float( const string& func, const string& s, size_t* idx ) in as_float() function
210 as_float(const string& func, const string& s, size_t* idx ) in as_float() function
218 as_float( const string& func, const string& s, size_t* idx ) in as_float() function
226 as_float( const string& func, const wstring& s, size_t* idx ) in as_float() function
234 as_float( const string& func, const wstring& s, size_t* idx ) in as_float() function
242 as_float( const string& func, const wstring& s, size_t* idx ) in as_float() function
312 return as_float<float>( "stof", str, idx ); in stof()
318 return as_float<float>( "stof", str, idx ); in stof()
324 return as_float<double>( "stod", str, idx ); in stod()
330 return as_float<double>( "stod", str, idx ); in stod()
336 return as_float<long double>( "stold", str, idx ); in stold()
342 return as_float<long double>( "stold", str, idx ); in stold()