| 1879 | using size_type = container_type::size_type; |
| 1880 | |
| 1881 | common_iterator() = default; |
| 1882 | |
| 1883 | common_iterator(void *ptr, const container_type &strides, const container_type &shape) |
| 1884 | : p_ptr(reinterpret_cast<char *>(ptr)), m_strides(strides.size()) { |