Calico
|
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 >.
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.