[#BloombergLP-bsltf-TemplateTestFacility-emplace-030] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/TemplateTestFacility.adoc[TemplateTestFacility]::emplace :relfileprefix: ../../../ :mrdocs: Set the character object at the specified `address` to the value of the specified `identifier`. The specified `allocator` is not used. The behavior is undefined unless `0 <= identifier < 128`. == Synopsis Declared in `<bsltf_templatetestfacility.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ALLOCATOR> static void emplace( char* address, int identifier, ALLOCATOR allocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#