[#BloombergLP-bdlcc-ObjectPool_GeneralProxy-2constructor-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/ObjectPool_GeneralProxy.adoc[ObjectPool_GeneralProxy]::ObjectPool_GeneralProxy :relfileprefix: ../../../ :mrdocs: Create a new proxy and a new object of the parameterized `TYPE`. If `TYPE` declares the "Uses Allocator" trait, the specified `basicAllocator` is supplied to its default constructor; otherwise `basicAllocator` is ignored. == Synopsis Declared in `<bdlcc_objectpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit ObjectPool_GeneralProxy(xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#