Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ swap
Function
swap
dlib/quantum_computing/quantum_computing_abstract.h:168–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
};
167
168
inline void swap (
169
quantum_register& a,
170
quantum_register& b
171
) { a.swap(b); }
172
/*!
173
provides a global swap function
174
!*/
Callers
nothing calls this directly
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected