| 452 | } |
| 453 | inline Index row() const { return EvalIterator::row() - m_block.startRow(); } |
| 454 | inline Index col() const { return EvalIterator::col() - m_block.startCol(); } |
| 455 | |
| 456 | inline operator bool() const { return EvalIterator::operator bool() && EvalIterator::index() < m_end; } |
| 457 | }; |
no test coverage detected