Searched defs:has_std_result_type (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/util/
H A DMeta.h116 struct has_std_result_type {int a[2];}; struct in namespace:Eigen::internal
123 struct unary_result_of_select<Func, ArgType, sizeof(has_std_result_type)> {typedef typename Func::result_type type;};
131 static has_std_result_type testFunctor(T const *, typename T::result_type const * = 0);
145 struct binary_result_of_select<Func, ArgType0, ArgType1, sizeof(has_std_result_type)>
155 static has_std_result_type testFunctor(T const *, typename T::result_type const * = 0);

Completed in 100 milliseconds