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