Same as the preceding overload taking an allocator pointer.
Declared in <bsltf_templatetestfacility.h>
template<
class TYPE,
class ALLOCATOR>
static
void
emplace(
TYPE** address,
int identifier,
ALLOCATOR* allocator);
| Name | Description |
|---|---|
| address | storage for the pointer value |
| identifier | integer identity encoded as a pointer value |
| allocator | unused allocator argument |