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

Method AsT

util/generic/ptr.h:152–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150
151protected:
152 inline T* AsT() const noexcept {
153 return (static_cast<const Base*>(this))->Get();
154 }
155
156 static inline T* DoRelease(T*& t) noexcept {
157 T* ret = t;

Callers 1

TPointerBaseClass · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected