bsl::allocator_traits<allocator<TYPE>>::construct

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

NameDescription
mallocator used for construction
puninitialized storage for the new object