[#BloombergLP-bsltf-TemplateTestFacility-emplace-0b3] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/TemplateTestFacility.adoc[TemplateTestFacility]::emplace :relfileprefix: ../../../ :mrdocs: Create an `EmplacableTestType` at `address` from `identifier`. == Synopsis Declared in `<bsltf_templatetestfacility.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ALLOCATOR> static void emplace( xref:BloombergLP/bsltf/EmplacableTestType.adoc[EmplacableTestType]* 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]#