OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ei_unref
(Results
1 - 2
of
2
) sorted by null
/external/eigen/test/eigen2/
eigen2_meta.cpp
36
VERIFY(( ei_is_same_type<float,
ei_unref
<float&>::type >::ret));
37
VERIFY(( ei_is_same_type<const float,
ei_unref
<const float&>::type >::ret));
/external/eigen/Eigen/src/Eigen2Support/
Meta.h
31
template<typename T> struct
ei_unref
{ typedef T type; };
struct in namespace:Eigen
32
template<typename T> struct
ei_unref
<T&> { typedef T type; };
struct in namespace:Eigen
Completed in 44 milliseconds