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

Method RefCount

util/generic/ptr.h:737–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735 }
736
737 inline long RefCount() const noexcept {
738 return T_ ? Ops::RefCount(T_) : 0;
739 }
740
741#ifdef __cpp_impl_three_way_comparison
742 template <class Other>

Callers

nothing calls this directly

Calls 1

RefCountFunction · 0.70

Tested by

no test coverage detected