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

Method THashMap

util/generic/hash.h:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41public:
42 THashMap()
43 : rep(0, hasher(), key_equal())
44 {
45 }
46 template <class TAllocParam>
47 explicit THashMap(TAllocParam* allocParam, size_type n = 0)
48 : rep(n, hasher(), key_equal(), allocParam)

Callers

nothing calls this directly

Calls 3

insert_uniqueMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected