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

Method THashMultiSet

util/generic/hash_set.h:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314
315public:
316 THashMultiSet()
317 : rep(0, hasher(), key_equal())
318 {
319 }
320 explicit THashMultiSet(size_type n)
321 : rep(n, hasher(), key_equal())
322 {

Callers

nothing calls this directly

Calls 4

insert_equalMethod · 0.80
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected