* Capacity */
| 225 | * Capacity |
| 226 | */ |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected