Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ParseLineOfWayIds
Function · 0.85
Match
Method · 0.85
ParseOneSpeedValue
Function · 0.85
ParseMaxspeeds
Function · 0.85
ParseFeatureIdToTestIdMapping
Function · 0.85
LoadPopularPlaces
Function · 0.85
json_object_foreach
Function · 0.85
ReEncodeOsmIdsToFeatureIdsMapping
Function · 0.85
Matches
Method · 0.85
Add
Method · 0.85
ParsePoint
Function · 0.85
CharData
Method · 0.85
Calls
2
ToInteger
Function · 0.85
from_sv
Function · 0.85
Tested by
4
Matches
Method · 0.68
Add
Method · 0.68
ToUIntTest
Function · 0.68
UNIT_TEST
Function · 0.68