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

Method swap

benchmarks/dlib/std_allocator.h:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 }
119
120 void swap (
121 std_allocator& item
122 )
123 {
124 pool.swap(item.pool);
125 }
126
127 std_allocator& operator= (const std_allocator&) { return *this;}
128

Callers 1

swapFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected