Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ swap
Method
swap
include/process/owned.hpp:150–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
149
template <typename T>
150
void Owned<T>::swap(Owned<T>& that)
151
{
152
data.swap(that.data);
153
}
154
155
156
template <typename T>
Callers
2
discard
Method · 0.45
abandon
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected