[#BloombergLP-bslmf-InvokeResult_MemObjPtrImpDispatch-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::xref:BloombergLP/bslmf/InvokeResult_MemObjPtrImpDispatch-0d.adoc[InvokeResult_MemObjPtrImpDispatch]<bslmf::VoidType<decltype(InvokeResult_ImpUtils::myDeclval<t_ARGTYPE>().* InvokeResult_ImpUtils::myDeclval<t_FN>())>::type, true, false, t_FN, t_ARGTYPE> :relfileprefix: ../../ :mrdocs: `invoke_result` for `arg1.*fn`. == Synopsis Declared in `<bslmf_invokeresult.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_FN, class t_ARGTYPE> struct xref:BloombergLP/bslmf/InvokeResult_MemObjPtrImpDispatch-0d.adoc[InvokeResult_MemObjPtrImpDispatch]<bslmf::VoidType<decltype(InvokeResult_ImpUtils::myDeclval<t_ARGTYPE>().* InvokeResult_ImpUtils::myDeclval<t_FN>())>::type, true, false, t_FN, t_ARGTYPE> : /* implementation-defined */ ---- == Description Implementation of `invoke_result<t_FN, t_ARGTYPE>`. This specialization is instantiated in C++11 and later when `t_FN` is a pointer‐to‐member‐object type, `t_ARGTYPE` is a class type that derives from the class type of `t_FN`, and the `INVOKE(fn, arg)` expression is well‐formed given `fn` is an object of the specified `t_FN` type and `arg` is an object of the specified `t_ARGTYPE` type. The `INVOKE(fn, arg)` expression in this case is `arg1.*fn`. == Base Classes [cols="1,4"] |=== | Name| Description | `/* implementation-defined */` | Utility metaprogramming functions inherited by other metaprogramming classes. |=== == Types [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/InvokeResult_MemObjPtrImpDispatch-0a/AnyLvalue.adoc[`AnyLvalue`] | Type convertible from any lvalue type. Used for overload resolution in metafunctions. | xref:BloombergLP/bslmf/InvokeResult_MemObjPtrImpDispatch-0a/AnyRvalue.adoc[`AnyRvalue`] | Type convertible from any rvalue type. Used for overload resolution in metafunctions. |=== == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/InvokeResult_MemObjPtrImpDispatch-0a/type.adoc[`type`] | `INVOKE` result type for `arg1.*fn`. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/InvokeResult_MemObjPtrImpDispatch-0a/checkConst-07.adoc[`checkConst`] | `checkConst` overloads | xref:BloombergLP/bslmf/InvokeResult_MemObjPtrImpDispatch-0a/checkLvalue-03.adoc[`checkLvalue`] | `checkLvalue` overloads | xref:BloombergLP/bslmf/InvokeResult_MemObjPtrImpDispatch-0a/checkVolatile-07.adoc[`checkVolatile`] | `checkVolatile` overloads | xref:BloombergLP/bslmf/InvokeResult_MemObjPtrImpDispatch-0a/myDeclval.adoc[`myDeclval`] | Return a `declval` reference for unevaluated metaprogramming. | xref:BloombergLP/bslmf/InvokeResult_MemObjPtrImpDispatch-0a/uncv-0b.adoc[`uncv`] | `uncv` overloads | xref:BloombergLP/bslmf/InvokeResult_MemObjPtrImpDispatch-0a/unpoint-08.adoc[`unpoint`] | `unpoint` overloads |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#