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