This private class template provides a default constructor which simply invokes the default constructor of the parameterized TYPE.
Synopsis
Declared in <bdlcc_objectpool.h>
template<class TYPE>
class ObjectPool_GeneralProxy;
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this proxy and the underlying object. |
Return a reference to the modifiable object held by this proxy. |
|
Declare that this type uses a |
Created with MrDocs