Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
swap
Method · 0.70
CityHash64
Function · 0.50
CityHash128WithSeed
Function · 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
swap
Method · 0.45
Tested by
2
CityHash64
Function · 0.40
CityHash128WithSeed
Function · 0.40