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

Method THashSet

util/generic/hash_set.h:48–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47public:
48 THashSet() {
49 }
50 template <class TT>
51 explicit THashSet(TT* allocParam, size_type n = 0)
52 : rep(n, hasher(), key_equal(), allocParam)

Callers

nothing calls this directly

Calls 4

sizeMethod · 0.45
insert_uniqueMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected