Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/concurrentqueue
/ swap
Function
swap
benchmarks/dlib/sliding_buffer/circular_buffer.h:164–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
typename T
163
>
164
void swap (
165
circular_buffer<T>& a,
166
circular_buffer<T>& b
167
) { a.swap(b); }
168
169
// ----------------------------------------------------------------------------------------
170
Callers
1
swap
Method · 0.70
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected