Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Drop
Method
Drop
util/generic/ptr.h:924–926 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
922
}
923
924
inline void Drop() noexcept {
925
TSharedPtr().Swap(*this);
926
}
927
928
inline T* Get() const noexcept {
929
return T_;
Callers
nothing calls this directly
Calls
2
TSharedPtr
Class · 0.70
Swap
Method · 0.45
Tested by
no test coverage detected