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