Return true if this container is empty. */
| 106 | |
| 107 | /** Return true if this container is empty. */ |
| 108 | bool empty() const { return m_data.empty(); } |
| 109 | |
| 110 | void printLoad() const { m_data.printLoad(); } |
| 111 |
no outgoing calls
no test coverage detected