[#BloombergLP-bslstl-Function_InvokerUtil-invokerForFunc-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Function_InvokerUtil.adoc[Function_InvokerUtil]::invokerForFunc :relfileprefix: ../../../ :mrdocs: Return a null pointer. Note that template argument `PROTOTYPE` must be supplied excplicitly, as there is no way to deduce it from the function arguments. == Synopsis Declared in `<bslstl_function_invokerutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class PROTOTYPE> static xref:BloombergLP/bslstl/Function_InvokerUtil/GenericInvoker.adoc[bslstl::Function_InvokerUtil::GenericInvoker]* invokerForFunc(xref:bsl/nullptr_t-08.adoc[bsl::nullptr_t] const&); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#