[#BloombergLP-bsltf-TemplateTestFacility-emplace-04d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/TemplateTestFacility.adoc[TemplateTestFacility]::emplace :relfileprefix: ../../../ :mrdocs: Same as the preceding overload taking an allocator pointer. == Synopsis Declared in `<bsltf_templatetestfacility.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ALLOCATOR> static void emplace( xref:BloombergLP/bsltf/AllocEmplacableTestType.adoc[AllocEmplacableTestType]* address, int identifier, ALLOCATOR* allocator); ---- == Parameters [cols="1,4"] |=== | Name| Description | *address* | uninitialized storage for the object | *identifier* | integer identity used to initialize the object | *allocator* | allocator supplied to the constructor |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#