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

Function good

pdal/util/Inserter.hpp:65–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 operator bool() const
64 { return good(); }
65 bool good() const
66 { return m_pptr < m_epptr; }
67 void seek(std::size_t pos)
68 { m_pptr = m_pbase + pos; }
69 void put(const std::string& s)

Callers 1

Inserter.hppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected