Forward declaration
Declared in <bslmf_invokeresult.h>
template<
class t_FN,
class... t_ARGTYPES>
struct InvokeResult_MemFuncPtrImp;
| Name | Description |
|---|---|
InvokeResult_MemFuncPtrImp<t_FN> | invoke_result for a pointer-to-member-function with no arguments. |
InvokeResult_MemFuncPtrImp<t_FN, t_ARG1TYPE, t_ARGTYPES...> | invoke_result for a pointer-to-member-function with arguments. |