[#BloombergLP-bdlcc-ObjectPool_GeneralProxy] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::ObjectPool_GeneralProxy :relfileprefix: ../../ :mrdocs: This private class template provides a default constructor which simply invokes the default constructor of the parameterized `TYPE`. == Synopsis Declared in `<bdlcc_objectpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> class ObjectPool_GeneralProxy; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlcc/ObjectPool_GeneralProxy/2constructor-0e.adoc[`ObjectPool_GeneralProxy`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bdlcc/ObjectPool_GeneralProxy/2destructor.adoc[`~ObjectPool_GeneralProxy`] [.small]#[destructor]# | Destroy this proxy and the underlying object. | xref:BloombergLP/bdlcc/ObjectPool_GeneralProxy/object.adoc[`object`] | Return a reference to the modifiable object held by this proxy. | xref:BloombergLP/bdlcc/ObjectPool_GeneralProxy/2conversion.adoc[`operator BloombergLP::bslmf::NestedTraitDeclaration<ObjectPool_GeneralProxy, UsesBslmaAllocator>`] | Declare that this type uses a `bslma` allocator. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#