Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types | Static Public Member Functions
Eigen::internal::result_of< Func(ArgType0, ArgType1)> Struct Template Reference

Public Types

enum  { FunctorType = sizeof(testFunctor(static_cast<Func*>(0))) }
 
typedef binary_result_of_select< Func, ArgType0, ArgType1, 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(ArgType0, ArgType1)>::type const *=0)
 
static has_none testFunctor (...)
 

Detailed Description

template<typename Func, typename ArgType0, typename ArgType1>
struct Eigen::internal::result_of< Func(ArgType0, ArgType1)>

Definition at line 153 of file Meta.h.


The documentation for this struct was generated from the following file: