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