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

Method swap

Common/Core/vtkCollectionRange.h:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 friend void swap(CollectionIterator& lhs, CollectionIterator& rhs) noexcept
139 {
140 using std::swap;
141 swap(lhs.Element, rhs.Element);
142 }
143
144 friend struct CollectionRange<CollectionType>;
145

Callers 2

TestSwapMethod · 0.45
TestTupleSwapMethod · 0.45

Calls 1

swapFunction · 0.70

Tested by 2

TestSwapMethod · 0.36
TestTupleSwapMethod · 0.36