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

/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstring.cpp287 stoll(const string& str, size_t* idx, int base) function
289 return as_integer<long long>( "stoll", str, idx, base );
293 stoll(const wstring& str, size_t* idx, int base) function
295 return as_integer<long long>( "stoll", str, idx, base );

Completed in 100 milliseconds