Forward declaration.

Synopsis

Declared in <bslmf_invokeresult.h>

template<
    class t_VOID_TYPE,
    bool t_ARG_DERIVES_FROM_CLASS,
    bool t_ARG_IS_REFERENCE_WRAPPER,
    class t_FN,
    class t_ARGTYPE>
struct InvokeResult_MemObjPtrImpDispatch;

Specializations

Derived Classes

Name

Description

InvokeResult_MemObjPtrImp<t_FN, t_ARGTYPE>

invoke_result for a pointer‐to‐member‐object with one argument.

Created with MrDocs