| 227 | bool empty() const noexcept { return m_ht.empty(); } |
| 228 | size_type size() const noexcept { return m_ht.size(); } |
| 229 | size_type max_size() const noexcept { return m_ht.max_size(); } |
| 230 | |
| 231 | /* |
| 232 | * Modifiers |
nothing calls this directly
no outgoing calls
no test coverage detected