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

Function GetDouble

libs/map/extrapolation_benchmark/extrapolation_benchmark.cpp:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101bool GetDouble(istringstream & lineStream, double & result)
102{
103 string strResult;
104 if (!GetString(lineStream, strResult))
105 return false;
106 return strings::to_double(strResult, result);
107}
108
109bool GetUint64(istringstream & lineStream, uint64_t & result)
110{

Callers 1

GetGpsPointFunction · 0.70

Calls 2

GetStringFunction · 0.70
to_doubleFunction · 0.50

Tested by

no test coverage detected