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

Method operator-

pdal/PointView.hpp:609–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607 PointViewIter operator+=(const difference_type& n)
608 { m_id += n; return *this; }
609 PointViewIter operator-(const difference_type& n) const
610 { return PointViewIter(m_view, m_id - n); }
611 PointViewIter operator-=(const difference_type& n)
612 { m_id -= n; return *this; }
613 difference_type operator-(const PointViewIter& i) const

Callers

nothing calls this directly

Calls 1

PointViewIterClass · 0.85

Tested by

no test coverage detected