[#BloombergLP-bsltf-TemplateTestFacility-getIdentifier-0c7] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/TemplateTestFacility.adoc[TemplateTestFacility]::getIdentifier :relfileprefix: ../../../ :mrdocs: `getIdentifier` overloads == Synopses Declared in `<bsltf_templatetestfacility.h>` Return the integer identifier that uniquely identifies the specified `object`. The behavior is undefined unless `object` could be created from the `TemplateTestFacility::create` class method template. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bsltf/TemplateTestFacility/getIdentifier-041.adoc[getIdentifier](char const const*& object); ---- [.small]#xref:BloombergLP/bsltf/TemplateTestFacility/getIdentifier-041.adoc[_» more..._]# Return the integer identifier that uniquely identifies the specified `object`. The behavior is undefined unless `object` could be created from the `TemplateTestFacility::create` class method template. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> static int xref:BloombergLP/bsltf/TemplateTestFacility/getIdentifier-02.adoc[getIdentifier](TYPE const& object); ---- [.small]#xref:BloombergLP/bsltf/TemplateTestFacility/getIdentifier-02.adoc[_» more..._]# Return the integer identifier that uniquely identifies the specified `object`. The behavior is undefined unless `object` could be created from the `TemplateTestFacility::create` class method template. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ALLOC> static int xref:BloombergLP/bsltf/TemplateTestFacility/getIdentifier-0f5.adoc[getIdentifier](xref:BloombergLP/bsltf/StdAllocTestType.adoc[StdAllocTestType<ALLOC>] const& object); ---- [.small]#xref:BloombergLP/bsltf/TemplateTestFacility/getIdentifier-0f5.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> static int xref:BloombergLP/bsltf/TemplateTestFacility/getIdentifier-00f.adoc[getIdentifier](TYPE const*& object); ---- [.small]#xref:BloombergLP/bsltf/TemplateTestFacility/getIdentifier-00f.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#