Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TSharedPtr
Method
TSharedPtr
util/generic/ptr.h:845–849 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
843
844
public:
845
inline TSharedPtr() noexcept
846
: T_(nullptr)
847
, C_(nullptr)
848
{
849
}
850
851
inline TSharedPtr(T* t) {
852
THolder<T, D> h(t);
Callers
nothing calls this directly
Calls
3
Swap
Function · 0.70
Init
Function · 0.50
Ref
Function · 0.50
Tested by
no test coverage detected