Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ swap
Function
swap
dlib/quantum_computing/quantum_computing.h:245–248 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
243
};
244
245
inline void swap (
246
quantum_register& a,
247
quantum_register& b
248
) { a.swap(b); }
249
250
// ----------------------------------------------------------------------------------------
251
Callers
nothing calls this directly
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected