Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TMap
Method
TMap
library/cpp/containers/flat_hash/lib/map.h:78–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
77
public:
78
TMap() : TBase(INIT_SIZE) {}
79
80
template <class... Rest>
81
TMap(size_type initSize, Rest&&... rest) : TBase(initSize, std::forward<Rest>(rest)...) {}
Callers
nothing calls this directly
Calls
3
insert
Function · 0.50
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected