[#BloombergLP-bslmt-EntryPointFunctorAdapter_Base-InvokerFunction] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/EntryPointFunctorAdapter_Base.adoc[EntryPointFunctorAdapter_Base]::InvokerFunction :relfileprefix: ../../../ :mrdocs: `InvokerFunction` is an alias for the type of function pointer held in an EntryPointFunctorAdapter_Base. Instances of the function are intended to interpret their argument as an `EntryPointFunctorAdapter<TYPE>*`. == Synopsis Declared in `<bslmt_entrypointfunctoradapter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef void(* InvokerFunction)(void*); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#