* Iterators */
| 206 | * Iterators |
| 207 | */ |
| 208 | iterator begin() noexcept { return m_ht.begin(); } |
| 209 | const_iterator begin() const noexcept { return m_ht.begin(); } |
| 210 | const_iterator cbegin() const noexcept { return m_ht.cbegin(); } |
| 211 |
no outgoing calls
no test coverage detected