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

Method operator--

pdal/PointView.hpp:602–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600 PointViewIter& operator--()
601 { --m_id; return *this; }
602 PointViewIter operator--(int)
603 { return PointViewIter(m_view, m_id--); }
604
605 PointViewIter operator+(const difference_type& n) const
606 { return PointViewIter(m_view, m_id + n); }

Callers

nothing calls this directly

Calls 1

PointViewIterClass · 0.85

Tested by

no test coverage detected