Forward declaration.

Synopsis

Declared in <bslmf_invokeresult.h>

template<
    class t_VOID_TYPE,
    bool t_ARG1_DERIVES_FROM_CLASS,
    bool t_ARG1_IS_REFERENCE_WRAPPER,
    class t_FN,
    class t_ARG1TYPE,
    class... t_ARGTYPES>
struct InvokeResult_MemFuncPtrImpDispatch;

Specializations

Derived Classes

Name

Description

InvokeResult_MemFuncPtrImp<t_FN, t_ARG1TYPE, t_ARGTYPES...>

invoke_result for a pointer‐to‐member‐function with arguments.

Created with MrDocs