* Convert a const_iterator to an iterator. */
| 735 | * Convert a const_iterator to an iterator. |
| 736 | */ |
| 737 | iterator mutable_iterator(const_iterator pos) { |
| 738 | return m_ht.mutable_iterator(pos); |
| 739 | } |
| 740 | |
| 741 | /** |
| 742 | * Requires index <= size(). |
nothing calls this directly
no outgoing calls
no test coverage detected