Return true if this collection is empty. */
| 68 | |
| 69 | /** Return true if this collection is empty. */ |
| 70 | bool empty() const { return m_data.empty(); } |
| 71 | |
| 72 | /** Return the number of sequences in this collection. */ |
| 73 | size_t size() const { return m_data.size(); } |
no outgoing calls
no test coverage detected