MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / swap

Function swap

extern/boost/boost/array.hpp:349–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347 // global swap()
348 template<class T, std::size_t N>
349 inline void swap (array<T,N>& x, array<T,N>& y) {
350 x.swap(y);
351 }
352
353#if defined(__SUNPRO_CC)
354// Trac ticket #4757; the Sun Solaris compiler can't handle

Callers 15

swapMethod · 0.70
CityHash64Function · 0.50
CityHash128WithSeedFunction · 0.50
operator()Method · 0.50
operator()Method · 0.50
operator()Method · 0.50
operator()Method · 0.50
operator()Method · 0.50
operator()Method · 0.50
operator()Method · 0.50
operator()Method · 0.50
operator()Method · 0.50

Calls 1

swapMethod · 0.45

Tested by 2

CityHash64Function · 0.40
CityHash128WithSeedFunction · 0.40