Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TestSwap
Method · 0.45
TestTupleSwap
Method · 0.45
Calls
1
swap
Function · 0.70
Tested by
2
TestSwap
Method · 0.36
TestTupleSwap
Method · 0.36