Set the character at address to the value of identifier.
Declared in <bsltf_templatetestfacility.h>
template<class ALLOCATOR>
static
void
emplace(
char* address,
int identifier,
ALLOCATOR allocator);
The specified allocator is not used. The behavior is undefined unless 0 <= identifier < 128.
| Name | Description |
|---|---|
| address | storage for the character value |
| identifier | integer identity used as the character value |
| allocator | unused allocator argument |