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

Function GetUint64

libs/map/extrapolation_benchmark/extrapolation_benchmark.cpp:109–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109bool GetUint64(istringstream & lineStream, uint64_t & result)
110{
111 string strResult;
112 if (!GetString(lineStream, strResult))
113 return false;
114 return strings::to_uint64(strResult, result);
115}
116
117bool GetGpsPoint(istringstream & lineStream, uint64_t & timestampS, double & lat, double & lon)
118{

Callers 1

GetGpsPointFunction · 0.85

Calls 2

to_uint64Function · 0.85
GetStringFunction · 0.70

Tested by

no test coverage detected