Constructors
Declared in <bdlcc_objectpool.h>
Create a new proxy for a function object which invokes the default constructor of TYPE. Use the specified basicAllocator to supply memory.
explicit
ObjectPool_DefaultProxy(bslma::Allocator* basicAllocator);
» more...
Create a proxy for a newly created function object constructed from the specified rhs creator. Use the specified basicAllocator to supply memory.
ObjectPool_DefaultProxy(
Creator const& rhs,
bslma::Allocator* basicAllocator);
» more...