MOAB  4.9.3pre
Eigen::internal::result_of< T > Struct Template Reference

#include <Meta.h>


Detailed Description

template<typename T>
struct Eigen::internal::result_of< T >

Convenient struct to get the result type of a unary or binary functor.

It supports both the current STL mechanism (using the result_type member) as well as upcoming next STL generation (using a templated result member). If none of these members is provided, then the type of the first argument is returned. FIXME, that behavior is a pretty bad hack.

Definition at line 258 of file Meta.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines