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

Method insert_equal

util/generic/hash_table.h:678–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676
677 template <class OtherValue>
678 iterator insert_equal(const OtherValue& obj) {
679 reserve(num_elements + 1);
680 return emplace_equal_noresize(obj);
681 }
682
683 template <typename... Args>
684 iterator emplace_equal(Args&&... args) {

Callers 4

THashMultiSetMethod · 0.80
insertMethod · 0.80
THashMultiMapMethod · 0.80
insertMethod · 0.80

Calls 2

distanceFunction · 0.85
reserveFunction · 0.50

Tested by

no test coverage detected