BloombergLP::bslmf::InvokeResult_MemFuncPtrImp

Forward declaration

Synopsis

Declared in <bslmf_invokeresult.h>

template<
    class t_FN,
    class... t_ARGTYPES>
struct InvokeResult_MemFuncPtrImp;

Specializations

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