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

Method TSharedCount

library/cpp/neh/smart_ptr.h:93–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 class TSharedCount: public TSPCount {
92 public:
93 inline TSharedCount() noexcept {
94 }
95
96 /// @throws std::bad_alloc
97 inline explicit TSharedCount(const TSharedCount& r)

Callers

nothing calls this directly

Calls 2

GetMethod · 0.45
IncMethod · 0.45

Tested by

no test coverage detected