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

Method THashMultiMap

util/generic/hash_multi_map.h:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39public:
40 THashMultiMap()
41 : rep(0, hasher(), key_equal())
42 {
43 }
44 template <typename TAllocParam>
45 explicit THashMultiMap(TAllocParam* allocParam)
46 : rep(0, hasher(), key_equal(), allocParam)

Callers

nothing calls this directly

Calls 3

insert_equalMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected