MCPcopy 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
844public:
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

SwapFunction · 0.70
InitFunction · 0.50
RefFunction · 0.50

Tested by

no test coverage detected