| 546 | } |
| 547 | |
| 548 | iterator end() { |
| 549 | return iterator(*this->index_bases()+(index)*this->shape(),origin(), |
| 550 | this->shape(),this->strides(), |
| 551 | this->index_bases()); |
| 552 | } |
| 553 | |
| 554 | // rbegin() and rend() written naively to thwart MSVC ICE. |
| 555 | reverse_iterator rbegin() { |
no test coverage detected