Construct an object at the specified uninitialized address.
Declared in <bslma_allocatortraits.h>
using Base::construct;
Construct an object at p by forwarding args to the constructor, via the underlying std::allocator_traits implementation.
| Name | Description |
|---|---|
| a | allocator used for construction if it provides construct |
| p | address at which to construct the object |
| args | constructor arguments forwarded to the object type |