Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Swap
Method
Swap
util/generic/ptr.h:1185–1187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1183
}
1184
1185
inline void Swap(TCowPtr& r) noexcept {
1186
T_.Swap(r.T_);
1187
}
1188
1189
Y_REINITIALIZES_OBJECT inline void Reset(TCowPtr p) {
1190
p.Swap(*this);
Callers
nothing calls this directly
Calls
1
Swap
Method · 0.45
Tested by
no test coverage detected