Create a proxy for a newly created function object constructed from the specified rhs creator. Use the specified basicAllocator to supply memory.
Declared in <bdlcc_objectpool.h>
ObjectPool_DefaultProxy(
Creator const& rhs,
bslma::Allocator* basicAllocator);
| Name | Description |
|---|---|
| rhs | creator used to initialize the proxied function object |
| basicAllocator | allocator used to supply memory |