BloombergLP::bsltf::TemplateTestFacility::emplace

Create at address a string pointer unique for identifier.

Synopsis

Declared in <bsltf_templatetestfacility.h>

template<class ALLOCATOR>
static
void
emplace(
    char const** address,
    int identifier,
    ALLOCATOR allocator);

Description

The specified allocator is not used. The behavior is undefined unless 0 <= identifier < 128.

Parameters

NameDescription
addressstorage for the string pointer
identifierinteger identity selecting the string value
allocatorunused allocator argument