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

Method equal_range

include/tsl/ordered_map.h:634–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

632 }
633
634 std::pair<iterator, iterator> equal_range(const Key& key) {
635 return m_ht.equal_range(key);
636 }
637
638 /**
639 * Use the hash value 'precalculated_hash' instead of hashing the key. The

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected