| 4207 | inline const_iterator begin() const { return { a.begin(), a.end(), b.begin() }; } |
| 4208 | |
| 4209 | inline const_iterator end() const { return { b.end() }; } |
| 4210 | |
| 4211 | template <typename StringT> |
| 4212 | int compare(const StringT& rhs) const { |
no outgoing calls
no test coverage detected