| 354 | return *this; |
| 355 | } |
| 356 | auto operator*() const |
| 357 | { |
| 358 | return *mBaseIter; |
| 359 | } |
| 360 | bool hasValue() const |
| 361 | { |
| 362 | return mCount < mView.get().mLimit && mBaseIter != mView.get().mBase.end(); |
nothing calls this directly
no outgoing calls
no test coverage detected