* Return const_reference to the first element. Requires the container to not * be empty. */
| 612 | * be empty. |
| 613 | */ |
| 614 | const_reference front() const { return m_ht.front(); } |
| 615 | |
| 616 | /** |
| 617 | * Return const_reference to the last element. Requires the container to not |
no outgoing calls