[#BloombergLP-bdlcc-ObjectPool_CreatorConverter-0f-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/ObjectPool_CreatorConverter-0f.adoc[ObjectPool_CreatorConverter<ObjectPoolFunctors::DefaultCreator, bsl::function<void(void*)>>]::ObjectPool_CreatorConverter :relfileprefix: ../../../ :mrdocs: Create a converter holding a reference to the specified unary `creator`. == Synopsis Declared in `<bdlcc_objectpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- ObjectPool_CreatorConverter(xref:bsl/function-0a.adoc[bsl::function<void(void*)>] const& creator); ---- == Parameters [cols="1,4"] |=== | Name| Description | *creator* | unary creator adapted by this converter |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#