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

Method Get

catboost/libs/helpers/array_subset.h:255–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 // Had to redefine Get because automatic resolution does not work with current std::variant implementation
254 template <class T>
255 decltype(auto) Get() {
256 return std::get<T>((TBase&)*this);
257 }
258
259 template <class T>
260 decltype(auto) Get() const {

Callers 4

MakeMaybeDataFunction · 0.45
AddSmartPtrImplFunction · 0.45
GetConstPointersFunction · 0.45
ReadMagicFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected