access to successor
| 13649 | |
| 13650 | /// access to successor |
| 13651 | reference operator[](difference_type n) const |
| 13652 | { |
| 13653 | return *(this->operator+(n)); |
| 13654 | } |
| 13655 | |
| 13656 | /// return the key of an object iterator |
| 13657 | auto key() const -> decltype(std::declval<Base>().key()) |
no test coverage detected