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

Function CastToObjectBaseImpl

util/ysafeptr.h:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235IObjectBase* CastToObjectBaseImpl(TUserObj* p, void*);
236template <class TUserObj>
237IObjectBase* CastToObjectBaseImpl(TUserObj* p, IObjectBase*) {
238 return p;
239}
240template <class TUserObj>
241TUserObj* CastToUserObjectImpl(IObjectBase* p, TUserObj*, void*);
242template <class TUserObj>

Callers 1

CastToObjectBaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected