[#BloombergLP-bsltf-TemplateTestFacility-create] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/TemplateTestFacility.adoc[TemplateTestFacility]::create :relfileprefix: ../../../ :mrdocs: Return a new object of `TYPE` unique for the specified `identifier`. == Synopsis Declared in `<bsltf_templatetestfacility.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> static TYPE create(int identifier); ---- == Description The behavior is undefined unless `0 <= value < 128` and `TYPE` is contained in the macro `BSLTF_TEMPLATETESTFACILITY_TEST_TYPES_ALL`. == Return Value a new object of `TYPE` unique for `identifier` == Parameters [cols="1,4"] |=== | Name| Description | *identifier* | integer identity used to initialize the object |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#