Same as the preceding overload taking an allocator pointer.
Synopsis
Declared in <bsltf_templatetestfacility.h>
template<
class TYPE,
class ALLOCATOR>
static
void
emplace(
TYPE* address,
int identifier,
ALLOCATOR* allocator);
Parameters
Name |
Description |
address |
uninitialized storage for the object |
identifier |
integer identity used to initialize the object |
allocator |
allocator supplied to the constructor |
Created with MrDocs