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

Function moveForward

pdal/util/Bounds.cpp:241–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239{
240
241void moveForward(std::istringstream& ss, std::string::size_type count)
242{
243 for (std::string::size_type i = 0; i < count; i++)
244 {
245 ss.get();
246 }
247}
248
249bool discardSpacesBefore(std::istringstream& ss, char nextChar)
250{

Callers 1

parseMethod · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected