Same as the related overload for signed char.
Declared in <bsltf_templatetestfacility.h>
template<class ALLOCATOR>
static
void
emplace(
signed char* address,
int identifier,
ALLOCATOR allocator);
| Name | Description |
|---|---|
| address | storage for the character value |
| identifier | integer identity used as the character value |
| allocator | unused allocator argument |