* Convert a const_iterator to an iterator. */
| 591 | * Convert a const_iterator to an iterator. |
| 592 | */ |
| 593 | iterator mutable_iterator(const_iterator pos) { |
| 594 | return m_ht.mutable_iterator(pos); |
| 595 | } |
| 596 | |
| 597 | /** |
| 598 | * Requires index <= size(). |
no outgoing calls