* Iterators */
| 148 | * Iterators |
| 149 | */ |
| 150 | iterator begin() noexcept { return m_ht.begin(); } |
| 151 | const_iterator begin() const noexcept { return m_ht.begin(); } |
| 152 | const_iterator cbegin() const noexcept { return m_ht.cbegin(); } |
| 153 |
no outgoing calls
no test coverage detected