[#BloombergLP-bsltf-TemplateTestFacility-getIdentifier-00f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/TemplateTestFacility.adoc[TemplateTestFacility]::getIdentifier :relfileprefix: ../../../ :mrdocs: Return the integer identifier that uniquely identifies the specified `object`. The behavior is undefined unless `object` was created by a call to the `TemplateTestFacility::create` class method template, or is a copy of such an object. == Synopsis Declared in `<bsltf_templatetestfacility.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> static int getIdentifier(TYPE const*& object); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#