[#BloombergLP-bsltf-TemplateTestFacility-emplace-044] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/TemplateTestFacility.adoc[TemplateTestFacility]::emplace :relfileprefix: ../../../ :mrdocs: Same as the related overload for `unsigned char`. == Synopsis Declared in `<bsltf_templatetestfacility.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ALLOCATOR> static void emplace( unsigned char* address, int identifier, ALLOCATOR allocator); ---- == Parameters [cols="1,4"] |=== | Name| Description | *address* | storage for the character value | *identifier* | integer identity used as the character value | *allocator* | unused allocator argument |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#