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

Method equal_range

include/tsl/ordered_hash.h:906–908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

904
905 template <class K>
906 std::pair<iterator, iterator> equal_range(const K& key) {
907 return equal_range(key, hash_key(key));
908 }
909
910 template <class K>
911 std::pair<iterator, iterator> equal_range(const K& key, std::size_t hash) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected