Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ReferenceCounter
Method
ReferenceCounter
util/generic/ptr.h:939–941 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
937
}
938
939
inline C* ReferenceCounter() const noexcept {
940
return C_;
941
}
942
943
inline void Swap(TSharedPtr& r) noexcept {
944
DoSwap(T_, r.T_);
Callers
1
TestSharedPtrDowncast
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestSharedPtrDowncast
Method · 0.64