bsl::allocator_traits<std::allocator<ALLOCATOR_TYPE>>::construct

Construct an object at the specified uninitialized address.

Synopsis

Declared in <bslma_allocatortraits.h>

using Base::construct;

Description

Construct an object at p by forwarding args to the constructor, via the underlying std::allocator_traits implementation.

Parameters

NameDescription
aallocator used for construction if it provides construct
paddress at which to construct the object
argsconstructor arguments forwarded to the object type