MCPcopy Create free account
hub / github.com/Tessil/ordered-map / equal_range

Method equal_range

include/tsl/ordered_set.h:490–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488 }
489
490 std::pair<iterator, iterator> equal_range(const Key& key) {
491 return m_ht.equal_range(key);
492 }
493
494 /**
495 * Use the hash value 'precalculated_hash' instead of hashing the key. The

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36