MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / stoul

Function stoul

include/win/boost/utility/string_ref.hpp:467–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465 }
466
467 inline unsigned long stoul (string_ref str, size_t* idx=0, int base=10) {
468 return std::stoul ( std::string(str), idx, base );
469 }
470
471 inline long long stoll (string_ref str, size_t* idx=0, int base=10) {
472 return std::stoll ( std::string(str), idx, base );

Callers 1

Calls 2

wstringFunction · 0.85
stringClass · 0.50

Tested by

no test coverage detected