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

Function good

pdal/util/Extractor.hpp:101–102  ·  view source on GitHub ↗

Determine whether the extractor is good (the get pointer is in the buffer). \return Whether the get pointer is valid. */

Source from the content-addressed store, hash-verified

99 \return Whether the get pointer is valid.
100 */
101 bool good() const
102 { return m_gptr < m_egptr; }
103
104 /**
105 Extract a string of a particular size from the buffer. Trim trailing

Callers 1

Extractor.hppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected