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