[#BloombergLP-bslmt-EntryPointFunctorAdapterUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::EntryPointFunctorAdapterUtil :relfileprefix: ../../ :mrdocs: Utility functions for `EntryPointFunctorAdapter`. == Synopsis Declared in `<bslmt_entrypointfunctoradapter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct EntryPointFunctorAdapterUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmt/EntryPointFunctorAdapterUtil/allocateAdapter.adoc[`allocateAdapter`] | Allocate a new `EntryPointFunctorAdapter` holding copies of the specified `invokable` object and `threadName`, and load the result into the specified `adapter`. Optionally specify a `basicAllocator` used to supply memory. If `basicAllocator` is 0, the currently installed default allocator is used. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#