MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / swap

Function swap

libCacheSim/dataStructure/sparsepp/spp.h:4336–4339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4334
4335template <class T, class Alloc>
4336inline void swap(spp_::sparsetable<T,Alloc> &x, spp_::sparsetable<T,Alloc> &y)
4337{
4338 x.swap(y);
4339}
4340
4341template <class V, class K, class HF, class ExK, class SetK, class EqK, class A>
4342inline void swap(spp_::sparse_hashtable<V,K,HF,ExK,SetK,EqK,A> &x,

Callers 6

swapMethod · 0.70
_set_valMethod · 0.70
swapMethod · 0.70
_maybe_shrinkMethod · 0.70
_resize_deltaMethod · 0.70
swapMethod · 0.70

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected