[#BloombergLP-bsltf-TemplateTestFacility-emplace-0c81] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/TemplateTestFacility.adoc[TemplateTestFacility]::emplace :relfileprefix: ../../../ :mrdocs: Same as the preceding overload taking an allocator pointer. == 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); ---- == Parameters [cols="1,4"] |=== | Name| Description | *address* | storage for the pointer value | *identifier* | integer identity encoded as a pointer value | *allocator* | unused allocator argument |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#