Eigen::internal::invoke_result< F, ArgTypes > Struct Template Reference

#include <Meta.h>

Public Types

typedef result_of< F(ArgTypes...)>::type type1
 
typedef remove_all_t< type1type
 

Member Typedef Documentation

◆ type

template<typename F , typename... ArgTypes>
typedef remove_all_t<type1> Eigen::internal::invoke_result< F, ArgTypes >::type

◆ type1

template<typename F , typename... ArgTypes>
typedef result_of<F(ArgTypes...)>::type Eigen::internal::invoke_result< F, ArgTypes >::type1

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