We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e0f0c commit 0550e3eCopy full SHA for 0550e3e
include/xtensor/xfunctor_view.hpp
@@ -594,6 +594,8 @@ namespace xt
594
using size_type = typename ST::size_type;
595
using difference_type = typename ST::difference_type;
596
597
+ using shape_type = typename ST::shape_type;
598
+
599
xfunctor_stepper() = default;
600
xfunctor_stepper(const ST&, functor_type*);
601
0 commit comments