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

Method insert

util/generic/hash.h:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148public:
149 template <class InputIterator>
150 void insert(InputIterator f, InputIterator l) {
151 rep.insert_unique(f, l);
152 }
153
154 std::pair<iterator, bool> insert(const value_type& obj) {
155 return rep.insert_unique(obj);

Callers 15

TestSaveLoadMethod · 0.45
InsertMethod · 0.45
InsertMethod · 0.45
TestAllocateMethod · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45
Test7Method · 0.45
TestPointerMethod · 0.45
TestInitializeListMethod · 0.45
DoTestMap1Function · 0.45
DoTestMMap1Function · 0.45
Y_UNIT_TESTFunction · 0.45

Calls 1

insert_uniqueMethod · 0.45

Tested by 15

TestSaveLoadMethod · 0.36
TestAllocateMethod · 0.36
Test7Method · 0.36
TestPointerMethod · 0.36
TestInitializeListMethod · 0.36
TestReplaceMethod · 0.36
TestIsInWithContFunction · 0.36
TestHMap1Method · 0.36
TestHMMap1Method · 0.36