[#BloombergLP-bdlcc-ObjectPool_CreatorConverter-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/ObjectPool_CreatorConverter-07.adoc[ObjectPool_CreatorConverter]<xref:BloombergLP/bdlcc/ObjectPoolFunctors/DefaultCreator.adoc[ObjectPoolFunctors::DefaultCreator], xref:bsl/function-0a.adoc[bsl::function<void(void*)>]> :relfileprefix: ../../ :mrdocs: The purpose of this private class is to avoid ambiguity between different template instantiations of bsl::function accepted by the constructors of `ObjectPool`. It should not be used directly. == Synopsis Declared in `<bdlcc_objectpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> class xref:BloombergLP/bdlcc/ObjectPool_CreatorConverter-07.adoc[ObjectPool_CreatorConverter]<xref:BloombergLP/bdlcc/ObjectPoolFunctors/DefaultCreator.adoc[ObjectPoolFunctors::DefaultCreator], xref:bsl/function-0a.adoc[bsl::function<void(void*)>]>; ---- == Description This version of the converter is a full template specialization for the case that the default creator type is used with a unary creator. In this case, `creator` will return a binder (see `bdlf_bind`) that adapts the unary creator to a binary creator that discards the second argument. This usage is *DEPRECATED* and provided only for backward compatibility. == Member Functions [cols="1"] |=== | Name | xref:BloombergLP/bdlcc/ObjectPool_CreatorConverter-0f/2constructor.adoc[`ObjectPool_CreatorConverter`] [.small]#[constructor]# | xref:BloombergLP/bdlcc/ObjectPool_CreatorConverter-0f/creator.adoc[`creator`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#