Default-construct a TYPE2 object at the specified p.
Declared in <bslma_bslallocator.h>
template<class TYPE2>
static
void
construct(
allocator_type& m,
TYPE2* p);
| Name | Description |
|---|---|
| m | allocator used for construction |
| p | uninitialized storage for the new object |