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

Method insert

util/generic/hash_set.h:152–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150
151public:
152 void insert(std::initializer_list<value_type> ilist) {
153 insert(ilist.begin(), ilist.end());
154 }
155
156 template <class InputIterator>
157 void insert(InputIterator f, InputIterator l) {

Callers

nothing calls this directly

Calls 4

insertFunction · 0.50
beginMethod · 0.45
endMethod · 0.45
insert_uniqueMethod · 0.45

Tested by

no test coverage detected