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

Method equal_range

util/generic/hash_table.h:1130–1133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1128template <class V, class K, class HF, class Ex, class Eq, class A>
1129template <class OtherKey>
1130std::pair<__yhashtable_iterator<V>, __yhashtable_iterator<V>> THashTable<V, K, HF, Ex, Eq, A>::equal_range(const OtherKey& key) {
1131 insert_ctx ctx;
1132 return equal_range_i(key, ctx);
1133}
1134
1135template <class V, class K, class HF, class Ex, class Eq, class A>
1136template <class OtherKey>

Callers 4

TestSaveLoadMethod · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45

Calls 4

equalsFunction · 0.85
endFunction · 0.70
const_iteratorClass · 0.50
sizeMethod · 0.45

Tested by 2

TestSaveLoadMethod · 0.36