[#BloombergLP-bsltf-TemplateTestFacility-getIdentifier-0f5] = 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 `object`. == Synopsis Declared in `<bsltf_templatetestfacility.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ALLOC> static int getIdentifier(xref:BloombergLP/bsltf/StdAllocTestType.adoc[StdAllocTestType<ALLOC>] const& object); ---- == Description The behavior is undefined unless `object` could be created from the `TemplateTestFacility::create` class method template. == Return Value the integer identifier of `object` == Parameters [cols="1,4"] |=== | Name| Description | *object* | object whose identifier is requested |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#