![]() |
|
#include <Meta.h>
Public Types | |
typedef std::result_of< T >::type | type1 |
typedef remove_all_t< type1 > | type |
Convenient struct to get the result type of a nullary, unary, binary, or ternary functor.
Pre C++17: This uses std::result_of. However, note the type
member removes const and converts references/pointers to their corresponding value type.
Post C++17: Uses std::invoke_result
typedef remove_all_t<type1> Eigen::internal::result_of< T >::type |
typedef std::result_of<T>::type Eigen::internal::result_of< T >::type1 |