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

Method insert

util/generic/hash_multi_map.h:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140public:
141 template <class InputIterator>
142 void insert(InputIterator f, InputIterator l) {
143 rep.insert_equal(f, l);
144 }
145
146 iterator insert(const value_type& obj) {
147 return rep.insert_equal(obj);

Callers

nothing calls this directly

Calls 1

insert_equalMethod · 0.80

Tested by

no test coverage detected