MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / swap

Function swap

benchmarks/dlib/stl_checked/std_vector_c.h:275–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273// if the compiler is crappy and would otherwise mess it up.
274 template <typename T, typename Allocator>
275 void swap(std_vector_c<T,Allocator>& x, std_vector_c<T,Allocator>& y) { x.swap(y); }
276
277 template <typename T, typename Allocator>
278 void swap(std::vector<T,Allocator>& x, std_vector_c<T,Allocator>& y) { x.swap(y); }

Callers 1

swapMethod · 0.70

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected