[#BloombergLP-bsltf-TemplateTestFacility-emplace-0c0] = 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 ALLOCATOR> static void emplace( xref:BloombergLP/bsltf/TemplateTestFacility/MethodPtr.adoc[MethodPtr]* address, int identifier, ALLOCATOR* allocator); ---- == Parameters [cols="1,4"] |=== | Name| Description | *address* | storage for the method pointer | *identifier* | integer identity selecting the method pointer | *allocator* | unused allocator argument |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#