Return a new object of TYPE unique for the specified identifier.
Declared in <bsltf_templatetestfacility.h>
template<class TYPE>
static
TYPE
create(int identifier);
The behavior is undefined unless 0 <= value < 128 and TYPE is contained in the macro BSLTF_TEMPLATETESTFACILITY_TEST_TYPES_ALL.
a new object of TYPE unique for identifier
| Name | Description |
|---|---|
| identifier | integer identity used to initialize the object |