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

Function ConstValueIterator operator--

Common/Core/vtkDataArrayValueRange_Generic.h:593–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591 }
592
593 VTK_ITER_INLINE
594 ConstValueIterator operator--(int) noexcept // postfix
595 {
596 auto ret = this->Id--;
597 this->Id.DebugAsserts(this->Array);
598 return ConstValueIterator{ this->Array, ret };
599 }
600
601 VTK_ITER_INLINE
602 reference operator[](difference_type i) const noexcept

Callers

nothing calls this directly

Calls 1

DebugAssertsMethod · 0.80

Tested by

no test coverage detected