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

Function GetString

libs/map/extrapolation_benchmark/extrapolation_benchmark.cpp:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91using Tracks = vector<Track>;
92
93bool GetString(istringstream & lineStream, string & result)
94{
95 if (!lineStream.good())
96 return false;
97 getline(lineStream, result, ',');
98 return true;
99}
100
101bool GetDouble(istringstream & lineStream, double & result)
102{

Callers 3

GetDoubleFunction · 0.70
GetUint64Function · 0.70
ParseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected