[#BloombergLP-bsltf-TemplateTestFacility-emplace-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/TemplateTestFacility.adoc[TemplateTestFacility]::emplace :relfileprefix: ../../../ :mrdocs: Create at `address` a string pointer unique for `identifier`. == Synopsis Declared in `<bsltf_templatetestfacility.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ALLOCATOR> static void emplace( char const** address, int identifier, ALLOCATOR allocator); ---- == Description The specified `allocator` is not used. The behavior is undefined unless `0 <= identifier < 128`. == Parameters [cols="1,4"] |=== | Name| Description | *address* | storage for the string pointer | *identifier* | integer identity selecting the string value | *allocator* | unused allocator argument |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#