MCPcopy Create free account
hub / github.com/catboost/catboost / Drop

Method Drop

util/generic/ptr.h:733–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731 }
732
733 inline void Drop() noexcept {
734 TIntrusiveConstPtr(nullptr).Swap(*this);
735 }
736
737 inline long RefCount() const noexcept {
738 return T_ ? Ops::RefCount(T_) : 0;

Callers

nothing calls this directly

Calls 2

TIntrusiveConstPtrClass · 0.70
SwapMethod · 0.45

Tested by

no test coverage detected