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

/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstring.cpp263 stol(const string& str, size_t* idx, int base) function
265 return as_integer<long>( "stol", str, idx, base );
269 stol(const wstring& str, size_t* idx, int base) function
271 return as_integer<long>( "stol", str, idx, base );

Completed in 122 milliseconds