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

Method firstUnconsumed

pdal/util/ProgramArgs.hpp:122–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 bool consumed(size_t i) const
121 { return m_vals[i].m_consumed; }
122 size_t firstUnconsumed() const
123 { return m_unconsumedStart; }
124private:
125 std::vector<ArgVal> m_vals;
126 size_t m_unconsumedStart;

Callers 2

assignPositionalMethod · 0.80
assignPositionalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected