MCPcopy Create free account
hub / github.com/PDAL/PDAL / discardSpacesBefore

Function discardSpacesBefore

pdal/util/Bounds.cpp:249–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249bool discardSpacesBefore(std::istringstream& ss, char nextChar)
250{
251 Utils::eatwhitespace(ss);
252 return Utils::eatcharacter(ss, nextChar);
253}
254
255template <typename T>
256void parsePair(std::istringstream& ss, double& low, double& high)

Callers 2

parsePairFunction · 0.85
parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected