For a CREATOR type other than the specialization below, provide a metafunction that returns ObjectPool_GeneralProxy<CREATOR> as the creator proxy for all types.
Declared in <bdlcc_objectpool.h>
template<class CREATOR>
struct ObjectPool_ProxyPicker;
| Name | Description |
|---|---|
Selector | Metafunction selecting the creator proxy type for TYPE. |
| Name | Description |
|---|---|
ObjectPool_ProxyPicker<ObjectPoolFunctors::DefaultCreator> | For the ObjectPoolFunctors::DefaultCreator, provide a metafunction that returns ObjectPool_DefaultProxy<TYPE> as the creator proxy for type TYPE. |