[#BloombergLP-bslmf-InvokeResult_MemObjPtrImp-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::InvokeResult_MemObjPtrImp :relfileprefix: ../../ :mrdocs: Forward declaration == Synopsis Declared in `<bslmf_invokeresult.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_FN, class... t_ARGTYPES> struct InvokeResult_MemObjPtrImp; ---- == Specializations [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/InvokeResult_MemObjPtrImp-0b.adoc[`InvokeResult_MemObjPtrImp<t_FN, t_ARGTYPE>`] | Implementation of `invoke_result<t_FN, t_ARGTYPES...>`. This specialization is instantiated in C++11 and later when `t_FN` is a pointer‐to‐member‐object type and the `t_ARGTYPES...` pack contains exactly 1 type. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#