| Public Types | |
| using | view_type = std::conditional_t<is_const, const xview<CT, S...>, xview<CT, S...>> | 
| using | substepper_type = get_stepper<view_type> | 
| using | value_type = typename substepper_type::value_type | 
| using | reference = typename substepper_type::reference | 
| using | pointer = typename substepper_type::pointer | 
| using | difference_type = typename substepper_type::difference_type | 
| using | size_type = typename view_type::size_type | 
| using | shape_type = typename substepper_type::shape_type | 
| Broadcasting | |
| xview_stepper (view_type *view, substepper_type it, size_type offset, bool end=false, layout_type l=::xt::layout_type::row_major) | |
| reference | operator* () const | 
| void | step (size_type dim) | 
| void | step_back (size_type dim) | 
| void | step (size_type dim, size_type n) | 
| void | step_back (size_type dim, size_type n) | 
| void | reset (size_type dim) | 
| void | reset_back (size_type dim) | 
| void | to_begin () | 
| void | to_end (layout_type l) | 
| using xt::xview_stepper< is_const, CT, S >::difference_type = typename substepper_type::difference_type | 
| using xt::xview_stepper< is_const, CT, S >::pointer = typename substepper_type::pointer | 
| using xt::xview_stepper< is_const, CT, S >::reference = typename substepper_type::reference | 
| using xt::xview_stepper< is_const, CT, S >::shape_type = typename substepper_type::shape_type | 
| using xt::xview_stepper< is_const, CT, S >::size_type = typename view_type::size_type | 
| using xt::xview_stepper< is_const, CT, S >::substepper_type = get_stepper<view_type> | 
| using xt::xview_stepper< is_const, CT, S >::value_type = typename substepper_type::value_type | 
| using xt::xview_stepper< is_const, CT, S >::view_type = std::conditional_t<is_const, const xview<CT, S...>, xview<CT, S...>> | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline |