Set the method pointer at address to the value of identifier.

Synopsis

Declared in <bsltf_templatetestfacility.h>

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

Description

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

Parameters

Name

Description

address

storage for the method pointer

identifier

integer identity selecting the method pointer

allocator

unused allocator argument

Created with MrDocs