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

Method operator++

Common/Core/vtkDataArrayValueRange_Generic.h:733–738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731
732 VTK_ITER_INLINE
733 ValueIterator operator++(int) noexcept // postfix
734 {
735 auto ret = this->Ref.Id++;
736 this->DebugIdAsserts();
737 return ValueIterator{ this->Ref.Array, ret };
738 }
739
740 VTK_ITER_INLINE
741 ValueIterator& operator--() noexcept // prefix

Callers

nothing calls this directly

Calls 1

DebugIdAssertsMethod · 0.95

Tested by

no test coverage detected