MCPcopy Create free account
hub / github.com/PDAL/PDAL / operator++

Method operator++

pdal/PointView.hpp:598–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596 PointViewIter& operator++()
597 { m_id++; return *this; }
598 PointViewIter operator++(int)
599 { return PointViewIter(m_view, m_id++); }
600 PointViewIter& operator--()
601 { --m_id; return *this; }
602 PointViewIter operator--(int)

Callers

nothing calls this directly

Calls 1

PointViewIterClass · 0.85

Tested by

no test coverage detected