| 61 | } |
| 62 | |
| 63 | bool SubmapIterator::operator !=(const SubmapIterator& other) const |
| 64 | { |
| 65 | return (index_ != other.index_).any(); |
| 66 | } |
| 67 | |
| 68 | const Index& SubmapIterator::operator *() const |
| 69 | { |
nothing calls this directly
no outgoing calls
no test coverage detected