Set the enumeration at the specified address to the value of the specified identifier. The specified allocator is not used. The behavior is undefined unless 0 <= identifier < 128.

Synopsis

Declared in <bsltf_templatetestfacility.h>

template<class ALLOCATOR>
static
void
emplace(
    EnumeratedTestType::Enum* address,
    int identifier,
    ALLOCATOR allocator);

Created with MrDocs