Meta.h | 38 template<typename T> struct ei_unconst { typedef T type; }; struct in namespace:Eigen 39 template<typename T> struct ei_unconst<const T> { typedef T type; }; struct in namespace:Eigen 40 template<typename T> struct ei_unconst<T const &> { typedef T & type; }; struct in namespace:Eigen 41 template<typename T> struct ei_unconst<T const *> { typedef T * type; }; struct in namespace:Eigen
|