Searched defs:stoll (Results 1 – 1 of 1) sorted by relevance
/llvm-project/libcxx/src/ |
H A D | string.cpp | 214 long long stoll(const string& str, size_t* idx, int base) { return as_integer<long long>("stoll", str, idx, base); } in stoll() function 235 long long stoll(const wstring& str, size_t* idx, int base) { return as_integer<long long>("stoll", str, idx, base); } in stoll() function
|