Create a proxy for a newly created function object constructed from the specified rhs creator. Use the specified basicAllocator to supply memory.

Synopsis

Declared in <bdlcc_objectpool.h>

ObjectPool_DefaultProxy(
    Creator const& rhs,
    bslma::Allocator* basicAllocator);

Parameters

Name

Description

rhs

creator used to initialize the proxied function object

basicAllocator

allocator used to supply memory

Created with MrDocs