Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
protected:
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
TPointerBase
Class · 0.80
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected