Same as the preceding overload taking an allocator pointer.
Synopsis
Declared in <bsltf_templatetestfacility.h>
template<class ALLOCATOR>
static
void
emplace(
char const** address,
int identifier,
ALLOCATOR* allocator);
Parameters
Name |
Description |
address |
storage for the string pointer |
identifier |
integer identity selecting the string value |
allocator |
unused allocator argument |
Created with MrDocs