Searched defs:stoull (Results 1 - 1 of 1) sorted by relevance

/external/libcxx/src/
H A Dstring.cpp303 stoull(const string& str, size_t* idx, int base) function
305 return as_integer<unsigned long long>( "stoull", str, idx, base );
309 stoull(const wstring& str, size_t* idx, int base) function
311 return as_integer<unsigned long long>( "stoull", str, idx, base );

Completed in 772 milliseconds