Meta.h | 115 struct has_none {int a[1];}; struct in namespace:Eigen::internal 119 template<typename Func, typename ArgType, int SizeOf=sizeof(has_none)> 134 static has_none testFunctor(...); 141 template<typename Func, typename ArgType0, typename ArgType1, int SizeOf=sizeof(has_none)> 158 static has_none testFunctor(...);
|