Public Types | |
| enum | { FunctorType = sizeof(testFunctor(static_cast<Func*>(0))) } |
| typedef unary_result_of_select < Func, ArgType, FunctorType > ::type | type |
Static Public Member Functions | |
| template<typename T > | |
| static has_std_result_type | testFunctor (T const *, typename T::result_type const *=0) |
| template<typename T > | |
| static has_tr1_result | testFunctor (T const *, typename T::template result< T(ArgType)>::type const *=0) |
| static has_none | testFunctor (...) |
| typedef unary_result_of_select<Func, ArgType, FunctorType>::type Eigen::internal::result_of< Func(ArgType)>::type |
| static has_std_result_type Eigen::internal::result_of< Func(ArgType)>::testFunctor | ( | T const * | , |
| typename T::result_type const * | = 0 |
||
| ) | [static] |
| static has_tr1_result Eigen::internal::result_of< Func(ArgType)>::testFunctor | ( | T const * | , |
| typename T::template result< T(ArgType)>::type const * | = 0 |
||
| ) | [static] |
| static has_none Eigen::internal::result_of< Func(ArgType)>::testFunctor | ( | ... | ) | [static] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |