MCPcopy Create free account
hub / github.com/comaps/comaps / to_uint

Function to_uint

libs/base/string_utils.hpp:502–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500}
501
502[[nodiscard]] inline bool to_uint(char const * s, unsigned int & i, int base = 10)
503{
504 return internal::ToInteger(s, i, base);
505}
506
507// Note: negative values will be converted too.
508// For ex.:

Callers 15

ParseLineOfWayIdsFunction · 0.85
MatchMethod · 0.85
ParseOneSpeedValueFunction · 0.85
ParseMaxspeedsFunction · 0.85
LoadPopularPlacesFunction · 0.85
json_object_foreachFunction · 0.85
MatchesMethod · 0.85
AddMethod · 0.85
ParsePointFunction · 0.85
CharDataMethod · 0.85

Calls 2

ToIntegerFunction · 0.85
from_svFunction · 0.85

Tested by 4

MatchesMethod · 0.68
AddMethod · 0.68
ToUIntTestFunction · 0.68
UNIT_TESTFunction · 0.68