MCPcopy Create free account
hub / github.com/Kitware/VTK / operator--

Method operator--

Common/Core/vtkDataArrayValueRange_Generic.h:749–754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

747
748 VTK_ITER_INLINE
749 ValueIterator operator--(int) noexcept // postfix
750 {
751 auto ret = this->Ref.Id--;
752 this->DebugIdAsserts();
753 return ValueIterator{ this->Ref.Array, ret };
754 }
755
756 VTK_ITER_INLINE
757 reference operator[](difference_type i) const noexcept

Callers

nothing calls this directly

Calls 1

DebugIdAssertsMethod · 0.95

Tested by

no test coverage detected