| 220 | reverse_iterator rend() noexcept { return m_ht.rend(); } |
| 221 | const_reverse_iterator rend() const noexcept { return m_ht.rend(); } |
| 222 | const_reverse_iterator rcend() const noexcept { return m_ht.rcend(); } |
| 223 | |
| 224 | /* |
| 225 | * Capacity |
nothing calls this directly
no outgoing calls
no test coverage detected