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

Function swap

libCacheSim/dataStructure/sparsepp/spp_dlalloc.h:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211{
212 template <class T>
213 inline void swap(spp_::spp_allocator<T> &a, spp_::spp_allocator<T> &b)
214 {
215 a.swap(b);
216 }
217}
218
219#if !defined(SPP_EXCLUDE_IMPLEMENTATION)

Callers 1

swapMethod · 0.70

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected