* Iterators */
| 185 | * Iterators |
| 186 | */ |
| 187 | iterator begin() noexcept { return m_ht.begin(); } |
| 188 | const_iterator begin() const noexcept { return m_ht.begin(); } |
| 189 | const_iterator cbegin() const noexcept { return m_ht.cbegin(); } |
| 190 |
no outgoing calls