BloombergLP::bdlcc::ObjectPool_GeneralProxy::ObjectPool_GeneralProxy

Constructors

Synopses

Declared in <bdlcc_objectpool.h>

Create a proxy holding a default-constructed object of TYPE.

explicit
ObjectPool_GeneralProxy(bslma::Allocator* basicAllocator);
» more...

Create a proxy holding a copy of the specified other object.

ObjectPool_GeneralProxy(
    TYPE const& other,
    bslma::Allocator* basicAllocator);
» more...

Parameters

NameDescription
basicAllocatorallocator optionally supplied to TYPE
otherobject used to copy-construct the proxied value