Home
last modified time | relevance | path

Searched refs:exp_rm_const_layout_iterator (Results 1 – 1 of 1) sorted by relevance

/dports/math/xtensor/xtensor-0.24.0/test/
H A Dtest_common.hpp932 …using exp_rm_const_layout_iterator = xiterator<const_stepper, shape_type*, layout_type::row_major>; in test_iterator_types() typedef
937 EXPECT_TRUE((std::is_same<rm_const_layout_iterator, exp_rm_const_layout_iterator>::value)); in test_iterator_types()