MCPcopy Create free account
hub / github.com/Kitware/VTK / swap

Method swap

Common/Core/vtkDataArrayValueRange_Generic.h:203–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 ValueIdType GetValueId() const noexcept { return this->ValueId; }
202
203 friend VTK_ITER_INLINE void swap(IdStorage& lhs, IdStorage& rhs) noexcept
204 {
205 using std::swap;
206 swap(lhs.ValueId, rhs.ValueId);
207 swap(lhs.TupleId, rhs.TupleId);
208 swap(lhs.ComponentId, rhs.ComponentId);
209 }
210
211private:
212 vtk::ValueIdType ValueId;

Callers

nothing calls this directly

Calls 1

swapFunction · 0.70

Tested by

no test coverage detected