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

/freebsd-10-stable/contrib/libc++/src/
H A Dstring.cpp277 stoul(const string& str, size_t* idx, int base) function
279 return as_integer<unsigned long>( "stoul", str, idx, base );
283 stoul(const wstring& str, size_t* idx, int base) function
285 return as_integer<unsigned long>( "stoul", str, idx, base );

Completed in 102 milliseconds