| 62 | size_t size() const { return m_data.size(); } |
| 63 | const_iterator begin() const { return m_data.begin(); } |
| 64 | const_iterator end() const { return m_data.end(); } |
| 65 | |
| 66 | private: |
| 67 | /** Comparison functor. */ |
no outgoing calls
no test coverage detected