| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected