Adapter holding a copy of an invokable object and its allocator.
Declared in <bslmt_entrypointfunctoradapter.h>
template<typename TYPE>
class EntryPointFunctorAdapter;
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.
| Name | Description |
|---|---|
BloombergLP::bslmt::EntryPointFunctorAdapterUtil | Utility functions for EntryPointFunctorAdapter. |