Constructors

Synopses

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);

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);

Created with MrDocs