1
2.. Copyright (c) 2016, Johan Mabille, Sylvain Corlay and Wolf Vollprecht
3
4   Distributed under the terms of the BSD 3-Clause License.
5
6   The full license is in the file LICENSE, distributed with this software.
7
8xaxis_slice_iterator
9====================
10
11Defined in ``xtensor/xaxis_slice_iterator.hpp``
12
13.. doxygenclass:: xt::xaxis_slice_iterator
14   :project: xtensor
15   :members:
16
17.. doxygenfunction:: operator==(const xaxis_slice_iterator<CT>&, const xaxis_slice_iterator<CT>&)
18   :project: xtensor
19
20
21.. doxygenfunction:: operator!=(const xaxis_slice_iterator<CT>&, const xaxis_slice_iterator<CT>&)
22   :project: xtensor
23
24.. doxygenfunction:: axis_slice_begin(E&&)
25   :project: xtensor
26
27.. doxygenfunction:: axis_slice_begin(E&&, typename std::decay_t<E>::size_type)
28   :project: xtensor
29
30.. doxygenfunction:: axis_slice_end(E&&)
31   :project: xtensor
32
33.. doxygenfunction:: axis_slice_end(E&&, typename std::decay_t<E>::size_type)
34   :project: xtensor
35