| 124 | } |
| 125 | |
| 126 | std::pair<iterator,iterator> equal_range(const Key& key) |
| 127 | { |
| 128 | return container.equal_range(key); |
| 129 | } |
| 130 | |
| 131 | std::pair<const_iterator,const_iterator> equal_range(const Key& key) const |
| 132 | { |
no outgoing calls
no test coverage detected