Construct a TYPE2 object at p from the specified arguments.

Synopsis

Declared in <bslma_bslallocator.h>

template<
    class TYPE2,
    class ARG1,
    class... ARGS>
static
void
construct(
    allocator_type& m,
    TYPE2* p,
    ARG1& argument1,
    ARGS&&... arguments);

Parameters

Name

Description

m

allocator used for construction

p

uninitialized storage for the new object

argument1

first constructor argument

arguments

remaining constructor arguments

Created with MrDocs