This private class template provides a default constructor which simply invokes the default constructor of the parameterized TYPE.
Declared in <bdlcc_objectpool.h>
template<class TYPE>
class ObjectPool_GeneralProxy;
| Name | Description |
|---|---|
ObjectPool_GeneralProxy [constructor] | Constructors |
~ObjectPool_GeneralProxy [destructor] | Destroy this proxy and the underlying object. |
object | Return a reference to the modifiable object held by this proxy. |
operator BloombergLP::bslmf::NestedTraitDeclaration<ObjectPool_GeneralProxy, UsesBslmaAllocator> | Declare that this type uses a bslma allocator. |