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

/freebsd-10-stable/contrib/libc++/src/
H A Dstring.cpp265 stol(const string& str, size_t* idx, int base) function
267 return as_integer<long>( "stol", str, idx, base );
271 stol(const wstring& str, size_t* idx, int base) function
273 return as_integer<long>( "stol", str, idx, base );

Completed in 116 milliseconds