[#BloombergLP-bslmf-InvokeResult_MemObjPtrImpDispatch-05-unpoint-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::xref:BloombergLP/bslmf/InvokeResult_MemObjPtrImpDispatch-05.adoc[InvokeResult_MemObjPtrImpDispatch<bslmf::VoidType<decltype((*InvokeResult_ImpUtils::myDeclval<t_ARGTYPE>()).* InvokeResult_ImpUtils::myDeclval<t_FN>())>::type, false, false, t_FN, t_ARGTYPE>]::unpoint :relfileprefix: ../../../ :mrdocs: Same as the other `unpoint` overloads, for `t_TP *const&`. == Synopsis Declared in `<bslmf_invokeresult.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TP> static t_TP& unpoint(t_TP const*&) requires !bsl::is_void<t_TP>::value; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#