Home
last modified time | relevance | path

Searched defs:stol (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/src/
H A Dstring.cpp208 long stol(const string& str, size_t* idx, int base) { return as_integer<long>("stol", str, idx, base); } in stol() function
229 long stol(const wstring& str, size_t* idx, int base) { return as_integer<long>("stol", str, idx, base); } in stol() function