MCPcopy 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
149template <typename T>
150void Owned<T>::swap(Owned<T>& that)
151{
152 data.swap(that.data);
153}
154
155
156template <typename T>

Callers 2

discardMethod · 0.45
abandonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected