\brief Whether the iterator has reached the end of both arrays
| 488 | |
| 489 | /// \brief Whether the iterator has reached the end of both arrays |
| 490 | bool is_end() const { return logical_pos_ == logical_length_; } |
| 491 | |
| 492 | /// \brief Return the logical position immediately after the run. |
| 493 | /// |
no outgoing calls