MCPcopy 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
77public:
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

insertFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected