Calico
 All Classes Namespaces Files Functions Variables Typedefs Friends Groups
cal::result_of< T > Struct Template Reference

Deduces the return type of a function call (up to 5 arguments if variadic templates are not supported). If decltype is not available, it will use the result_type member of the function. More...

#include <cxx11.hpp>

Inherits cal::_priv::result_of< T >.

Detailed Description

template<class T>
struct cal::result_of< T >

Deduces the return type of a function call (up to 5 arguments if variadic templates are not supported). If decltype is not available, it will use the result_type member of the function.