Default‐construct a TYPE2 object at the specified p.

Synopsis

Declared in <bslma_bslallocator.h>

template<class TYPE2>
static
void
construct(
    allocator_type& m,
    TYPE2* p);

Parameters

Name

Description

m

allocator used for construction

p

uninitialized storage for the new object

Created with MrDocs