HomeSort by relevance Sort by last modified time
    Searched refs:ei_unconst (Results 1 - 2 of 2) sorted by null

  /external/eigen/test/eigen2/
eigen2_meta.cpp 31 VERIFY(( ei_is_same_type<float*,ei_unconst<const float*>::type >::ret));
32 VERIFY(( ei_is_same_type<float&,ei_unconst<const float&>::type >::ret));
33 VERIFY(( ei_is_same_type<float&,ei_unconst<ConstFloatRef>::type >::ret));
35 VERIFY(( ei_is_same_type<float&,ei_unconst<float&>::type >::ret));
  /external/eigen/Eigen/src/Eigen2Support/
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

Completed in 90 milliseconds