Public Types | Static Public Member Functions | List of all members
Eigen::internal::result_of< Func(ArgType)> Struct Template Reference

#include <Meta.h>

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 (...)
 

Detailed Description

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

Definition at line 310 of file Meta.h.

Member Typedef Documentation

template<typename Func , typename ArgType >
typedef unary_result_of_select<Func, ArgType, FunctorType>::type Eigen::internal::result_of< Func(ArgType)>::type

Definition at line 319 of file Meta.h.

Member Enumeration Documentation

template<typename Func , typename ArgType >
anonymous enum
Enumerator
FunctorType 

Definition at line 318 of file Meta.h.

Member Function Documentation

template<typename Func , typename ArgType >
template<typename T >
static has_std_result_type Eigen::internal::result_of< Func(ArgType)>::testFunctor ( T const *  ,
typename T::result_type const *  = 0 
)
static
template<typename Func , typename ArgType >
template<typename T >
static has_tr1_result Eigen::internal::result_of< Func(ArgType)>::testFunctor ( T const *  ,
typename T::template result< T(ArgType)>::type const *  = 0 
)
static
template<typename Func , typename ArgType >
static has_none Eigen::internal::result_of< Func(ArgType)>::testFunctor (   ...)
static

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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:46