Return the integer identifier that uniquely identifies object.
Declared in <bsltf_templatetestfacility.h>
template<class TYPE>
static
int
getIdentifier(TYPE const*& 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.
the integer identifier of object
| Name | Description |
|---|---|
| object | pointer object whose identifier is requested |