Home
last modified time | relevance | path

Searched defs:get_init_type_impl (Results 1 – 1 of 1) sorted by relevance

/dports/math/xtensor/xtensor-0.24.0/include/xtensor/
H A Dxfixed.hpp202 struct get_init_type_impl<V, Y> struct
204 using type = V[Y];
208 struct get_init_type_impl<V> struct
210 using type = V[1];
214 struct get_init_type_impl<V, Y, X...> struct
216 using tmp_type = typename get_init_type_impl<V, X...>::type;
217 using type = tmp_type[Y];