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

Method ArgVal

pdal/util/ProgramArgs.hpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 bool m_consumed;
71
72 ArgVal(const std::string& s) :
73 m_val(s), m_consumed(false)
74 {}
75 };
76
77public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected