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

Method RefCount

util/generic/ptr.h:619–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

617 }
618
619 inline long RefCount() const noexcept {
620 return T_ ? Ops::RefCount(T_) : 0;
621 }
622
623#ifdef __cpp_impl_three_way_comparison
624 template <class Other>

Callers

nothing calls this directly

Calls 1

RefCountFunction · 0.70

Tested by

no test coverage detected