[#BloombergLP-bslmt-EntryPointFunctorAdapter] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::EntryPointFunctorAdapter :relfileprefix: ../../ :mrdocs: Hold a copy of an instance of parameterized type, along with the allocator used to manage the copy. `TYPE` shall have a copy constructor, and declare the `bslma::UsesBslmaAllocator` trait if it uses `bslma::Allocator` as an argument to its copy constructor. == Synopsis Declared in `<bslmt_entrypointfunctoradapter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename TYPE> class EntryPointFunctorAdapter; ---- == Friends [cols="1,4"] |=== | Name| Description | `xref:BloombergLP/bslmt/EntryPointFunctorAdapterUtil.adoc[BloombergLP::bslmt::EntryPointFunctorAdapterUtil]` | Utility functions for `EntryPointFunctorAdapter`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#