[#BloombergLP-bsltf-TemplateTestFacility-emplace-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/TemplateTestFacility.adoc[TemplateTestFacility]::emplace :relfileprefix: ../../../ :mrdocs: Create an object of the parameterized `TYPE` at the specified `address` whose state is unique for the specified `identifier`. The behavior is undefined unless `0 <= identifier < 128` and `TYPE` is contained in the macro `BSLTF_TEMPLATETESTFACILITY_TEST_TYPES_ALL`. == Synopsis Declared in `<bsltf_templatetestfacility.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, class ALLOCATOR> static void emplace( TYPE* address, int identifier, ALLOCATOR allocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#