| 293 | } |
| 294 | |
| 295 | iterator end() { |
| 296 | return iterator(*this->index_bases()+(index)*this->shape(),origin(), |
| 297 | this->shape(),this->strides(),this->index_bases()); |
| 298 | } |
| 299 | |
| 300 | // RG - rbegin() and rend() written naively to thwart MSVC ICE. |
| 301 | reverse_iterator rbegin() { |
no test coverage detected