Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
public:
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
size
Method · 0.45
insert_unique
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected