Create at the specified address a pointer to a null-terminated string that will parse as having the same value as the specified identifier. The specified allocator is not used. The behavior is undefined unless 0 <= identifier < 128.
Declared in <bsltf_templatetestfacility.h>
template<class ALLOCATOR>
static
void
emplace(
char const** address,
int identifier,
ALLOCATOR allocator);