MCPcopy Create free account
hub / github.com/comaps/comaps / Swap

Function Swap

libs/base/buffer_vector.hpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11// // Do NOT override this function, but override swap() function instead!
12template <typename T>
13void Swap(T & a, T & b)
14{
15 using std::swap;
16 swap(a, b);
17}
18
19template <class T, size_t N>
20class buffer_vector

Callers 6

swapMethod · 0.85
insertMethod · 0.85
eraseMethod · 0.85
PrepareTouchesMethod · 0.85
tesedgeIntersectFunction · 0.85
pqInitFunction · 0.85

Calls 1

swapFunction · 0.70

Tested by

no test coverage detected