BloombergLP::bdlcc::ObjectPool_ProxyPicker

For a CREATOR type other than the specialization below, provide a metafunction that returns ObjectPool_GeneralProxy<CREATOR> as the creator proxy for all types.

Synopsis

Declared in <bdlcc_objectpool.h>

template<class CREATOR>
struct ObjectPool_ProxyPicker;

Types

NameDescription
Selector Metafunction selecting the creator proxy type for TYPE.

Specializations

NameDescription
ObjectPool_ProxyPicker<ObjectPoolFunctors::DefaultCreator> For the ObjectPoolFunctors::DefaultCreator, provide a metafunction that returns ObjectPool_DefaultProxy<TYPE> as the creator proxy for type TYPE.