Searched refs:ElemTypeHolder (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorSyclTuple.h53 ///\ struct ElemTypeHolder
54 /// \brief ElemTypeHolder class is used to specify the types of the
59 struct ElemTypeHolder;
61 /// \brief specialisation of the \ref ElemTypeHolder class when the number of
64 struct ElemTypeHolder<0, Tuple<T, Ts...> > { struct in namespace:utility::tuple
68 /// \brief specialisation of the \ref ElemTypeHolder class when the number of
75 struct ElemTypeHolder<k, Tuple<T, Ts...> > { struct in namespace:utility::tuple
76 typedef typename ElemTypeHolder<k - 1, Tuple<Ts...> >::type type;
84 /// \return typename ElemTypeHolder<0, Tuple<Ts...> >::type &>::type
88 typename StaticIf<k == 0, CVQual typename ElemTypeHolder<
[all...]

Completed in 64 milliseconds