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

Method FindPtr

util/generic/mapfindptr.h:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32struct TMapOps {
33 template <class K>
34 inline auto FindPtr(const K& key) Y_LIFETIME_BOUND {
35 return MapFindPtr(static_cast<Derived&>(*this), key);
36 }
37
38 template <class K>
39 inline auto FindPtr(const K& key) const Y_LIFETIME_BOUND {

Callers 10

operator()Method · 0.45
AppendFunction · 0.45
CompareAttributesFunction · 0.45
GetMethod · 0.45
DoMethod · 0.45
ComputeReindexHashFunction · 0.45
OutputHeaderFunction · 0.45
MapMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls 1

MapFindPtrFunction · 0.85

Tested by

no test coverage detected