string.cpp | 286 stoll(const string& str, size_t* idx, int base) function 288 return as_integer<long long>( "stoll", str, idx, base ); 292 stoll(const wstring& str, size_t* idx, int base) function 294 return as_integer<long long>( "stoll", str, idx, base );
|